Remove overlay completely

  • Unknown's avatar

    I have a featured image overlay effect that I want removed. Help, please

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, I’m not seeing an effect on your featured images, but working off the Edda demo site I came up with the following. Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to remove the effect on the featured images.

    .plural .featured-img .entry-thumbnail a {
        opacity: 1;
    }
    .entry-thumbnail img {
        filter: none;
        transition: none;
    }
  • The topic ‘Remove overlay completely’ is closed to new replies.