Remove dark Featured Grid images Overlay

Posted in: Newsmag
Post count: 6

Just installed this theme and having a slight problem, on the featured grid the images are darker. There is some kind of overlay that makes them dark and they don’t look as good… ( Image attatched ), is there any way to remove this dark filter that seems to appear over the top? thanks..

Here is a screenshot https://www.velvetstreams.com/wp-content/uploads/2023/10/dark-normal.png

Post count: 35449

Hello,
Indeed it is a gradient over the image so hen the image is more light the title of posts that comes over the image to look good.
If you want to remove it you need to use a custom css like this one:
.td-grid-style-1 .td-module-thumb a:last-child:before, .td_module_mx1 .td-module-thumb a:last-child:before { background: none;
}

This code needs to be set in the theme panel > custom code> custom css.
Thank you!

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