How to Remove Filter For Main Grid!

Posted in: Newsmag
Post count: 15

hello.. Please see my site:
http://www.Tathaastu.com

On the main grid on the top.. you will see the article that say “moving from doubt..”

That entire grid has a gray filter over all the pictures.. i DO NOT want that filter at all, since it kills the brightness of the pictures. but i still want to keep that black bar with the article name on the bottom of it.

Can you please help me and tell me how to get rid of the gray overlay filter that is coming on all the pictures please.. It comes before and even after i hover over the pictures.

Thank you!

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/fEQq3D4gcw3M

.td-grid-style-2 .td-module-thumb a:last-child:before{
background:none;
}

Let me know how it goes.
Tanks!

Post count: 15

Perfect! Thank you so much!

Post count: 15

Actually one more thing…

How do i do the same thing for ALL the category pages.. it seems like that filter affect is there for all the category pages.

Also– If you scroll down my homepage.. you see the 6 blocks ont he bottom where it says health and ayurveda… it has the dark filter on there too.. i want to remove that as well.. how do i do that?

Post count: 6535

Hi

Use this css: http://screencast.com/t/6sOZrgchPhttp://screencast.com/t/3S7IAyoFrM

.td_block_14 .td_module_mx1 .td-module-thumb a:last-child:before{
background: none;
}
.td-grid-style-1 .td-module-thumb a:last-child:before{
background:none;
}

If you decide to use different grid styles and you still want to remove the dark gradient just re-add the first css code and change the number from grid style class with the one corresponding with the grid style used. For example if you’re using grid style 4 the class will be: .td-grid-style-4

Thanks!

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