Remove background color of entry-thumb / entry-featured on search index page

Hi guys,

Applying either of the following doesn’t remove the white background-color
.entry-featured, .entry-thumb {
background-color: none !important;
}

Can you help? Thanks.

Hello There,

Thanks for writing in!

Please replace your code using this one instead:

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

Hope this helps. Please let us know how it goes.

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