Remove grey overlay from big grid blocks in frontpage

Posted in: Newsmag
Post count: 8

In all big grid blocks all photos have a grey overlay. I can not find the css code to remove it. Can you please help me.

Post count: 35449

Hi NaturaNRG, on most of demos, there is a shadow and zoom hen you overlay the big grids, but now depends on the settings you have set up.
The effects can be changed using tagDiv Composer select the grid and in general tab you can changed the big grid style -> https://i.imgur.com/0PnLDOM.png
I hope this will help you. If you need some more details or this is not what you mean, please let us know!
Thanks

Post count: 8

Yes i am aware of all these. I dont like any of these effects i want to remove them. Where in the css file can i remove them. I want my photos to show as it is. With no kind of overlay on top.

Can you please help me remove the totally

Post count: 35449

Hi,
If you want I can provide a css, you can try a code like this one
body .td-big-grid-post:hover .td-module-thumb a:last-child:before {
display:none;
}

Set the code in theme panel> custom code> custom css.
Also the css file is on this path wp-content/plugins/td-composer/legacy/Newsmag/assets/css/td_legacy_main.css -> https://i.imgur.com/dHq7gnt.png
Thank you!

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