Remove overlay on big grid

Posted in: Newsmag
Post count: 45

How do I remove the overlay on the big grid? Did not realize there was one on the demo but now I see our photos look all funky and it’s cause of some overlay. How do I make that go away and stay away`?

Post count: 6600

Hi,

Unfortunately the theme doesn’t have an option for it but you can do it via custom css and use the css I’ve pasted below in theme panel > custom css filed: http://screencast.com/t/A6nIWEC5

.td-big-grid-post .td-image-gradient:before {
display: none;
}

Thanks

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