Fade/drop colours at big grid with grid 1 style

Posted in: Newsmag
Post count: 114

Hi,

my site is using big grid 2 with grid 1 style, and I’m loving it except the fact that it fades/drops my photos colour/brightness.

Is there any way to fix this problem?

I still want to use big grid 2 with grid 1 style that don’t fade/drop my photos colours/brightness to grey.

Thank you,
Luke

Post count: 20688

Hi,

There is indeed a darker gradient set over the grid modules, this is intended to make the article title more visible. If the images used as featured are brighter the white title and other post meta may be harder to see.

However if you would like to remove this gradient, I could give you a code for it, a setting doesn’t exist.
Before: https://prnt.sc/oulii9
After: https://prnt.sc/ouliqq
Enter the code in the theme panel custom CSS section

.td-grid-style-1 .td-module-thumb a:last-child:before {
display: none;
}

As it is it will affect all grids that use style 1, I could modify it if needed. Let me know.

Thanks

Post count: 114

Thanks a lot 🙂

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