Remove accent color from white background Features images

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Emmet Remove accent color from white background Features images

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #553624
    Chris Finken
    Participant

    I get a light outline with the accent color around my images in the Features section of my site. How can I remove the accent color outline for that section? If I change the accent color in the general area it impacts everything BUT also fixes my Features issue so I know it’s the accent color choice that seems to be causing it? Can I disable accent colors for a section only?

    #555222
    Stacy Lind
    Keymaster

    Hi Chris,

    You can change icon background color by overriding its style. For example you can try to add the style below to Appearance>Customize>Additional CSS:

    .features-icon{
    background:transparent;
    }

    Best regards,
    Stacy

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.