How can I change the transparency of Grid style of Big Grid?

Posted in: Newspaper
Post count: 41

I have tried to change the style of Big Grid,from Grid style 1 to 7,but the images still not look clear,I think the para of transparency works,but I dont know how to clear the para to make the photo more clear.
Thanks.

Post count: 22421

Hello,

All the big grids have a grey overlay on top so you can see the white text over the image.
Please use this guide: https://forum.tagdiv.com/topic/reducing-the-gradient-opacity-of-the-grids/

Thank you!

Post count: 41

I have copy the code to the customer css,but it does works.
.td-module-thumb a:last-child:before{
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 100%)!important;
}

Post count: 22421

Please provide a link to your site so I can inspect it and see why the code does not apply.
Thanks.

Post count: 41

The link is :https://eaglevisiontimes.com/
I have copy the code to the customer css:
.td-module-thumb a:last-child:before{
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%)!important;
}

Thanks.

Post count: 22421

Try this code:

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

Thanks.

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