shadow (gradient) of the big grids

Posted in: Newspaper
Post count: 54

How do I remove the shadow (gradient) of the big grids (Grid style 1)?
Thank you

Post count: 20688

Hi,

You can try a code like this for example, it should work for all the grids and remove the shadow you mention
https://www.screencast.com/t/gVPEdQbyri

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

Enter the code in Theme panel->Custom CSS section.

Thanks

Post count: 54

It worked!!!
Many thanks Simion C.
Would it be asking a lot how to take the shade out of the slide and the post too?

thank you

Post count: 20688

Hi,

For the slide element, use this code to remove the gradient
https://www.screencast.com/t/Zak6LGkHqpi7

.td_block_slide .td-image-gradient:before {
display: none;
}

Thanks

Post count: 54

thank you my friend.

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