Remove gray hover cover box on featured image

When I hover over the featured image on the blog index page, a big dark gray box appears to cover the image. How do I remove that?

Hi there,

Please add this code in X > Theme Options > CSS:

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

Hope this helps.

1 Like

Sweet! That was fast!