Remove mouseover effect featured image

I’d like to remove the mouseover effect for images on my blog posts and in the “classic recent posts” element. On the latter, I’m not sure why it is hiding the image. Seems like a simple css would do it.

Hello There,

Thanks for writing in! It has been designed on purpose that the feature image will decrease opacity as you hover it. If you want to remove this effect, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.entry-featured .entry-thumb:hover img {
    opacity: 1;
}

.entry-featured .entry-thumb:before {
    display: none;
}

We would loved to know if this has work for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.