How remove the shading filter from blocks?

Posted in: Newspaper
Post count: 67

How remove the shading filter from blocks? There is a dark filter on blocks which make the image less color full, How can i remove it? ASAP!
https://www.screencast.com/t/oGYOpa4ABx

Post count: 20685

Hi,

That is a big grid, this one to be more exact
https://demo.tagdiv.com/newspaper/big-grid-3/

There is a slight gradient for the bottom part of the module, to make the title more visible. For example if you use a lighter featured image, if that gradient was not there the title would be hard to read of invisible.

If none of the grid styles available are to your liking, I could give you a code to remove it with this result
http://prntscr.com/kj9v4k

The code can be entered in Theme panel->Custom CSS.

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

Thanks

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