disable theme hover color big grid

Posted in: Newspaper
Post count: 15

Hi there,

In the big grid, when you hover over an image the category-background color changes to the themecolor – how can we disable this (as it looks weird)?

Regards, Ed’

Post count: 15

Add: Sorry, this is a Newspaper-theme question

Post count: 35449

Hi,

Please add the below custom css in Newspaper>Theme panel>Custom code>Custom css
.td-big-grid-post:hover .td-post-category{
background-color: rgba(0, 0, 0, 0.7)!important;
}
Hope this will help you.

Thank you.

Post count: 15

Hi there,

Thanks, that works nicely when hovering over the image. With setting a color for .td-big-grid-post .td-post-category:hover we’re good to go!

Regards, Ed’

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.