Is there a way to remove the color on the images hover?

Hi,

My client (who I manage the website for) does not like how a color appears upon hover for images. Is there a way to remove that? I looked and am not seeing it as an option anywhere.

Thanks,

Amy

Hi Amy,

Thanks for writing in! Are you referring to hover images like on Blog ? If so, try adding the following CSS rule into your X -> Theme Options -> CSS area.

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

Hope that helps.

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