remove gradient effect

Posted in: Newspaper
Post count: 49

Hello,
I would like to remove or attenuate, if possible, the gradient effect on the images.
I am using this template
https://demo.tagdiv.com/newspaper_animals/
and I cannot find the right css code to target the big grid underneath the menu, the one where in the demo there is the tiger, the rabbit and the puppy.

Thank you.

Post count: 22421

Hello,

Here is the css needed to remove the image gradient:

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

You can add it in the theme panel under custom css.

thank you!

Post count: 49

Thank you! Got it at last.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.