Big Grid dark overlay

Posted in: Newspaper
Post count: 12

I have the Big Grid 1 as the lead on my website: http://www.europeanpilot.com It’s works brilliantly apart from one thing – there’s a dark overlay added to the photos. Is there a way to remove the overlay? It makes the Grid photos dingy instead of leaping off the screen.

cheers! Dave

Post count: 64

Hi,

try pasting the following css in the theme panel, in “custom css”:

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

The overlay is meant to make the titles readable in case the photo is too white like the titles, but your images are dark at the bottom, you should be fine. You can also add overlay to just the titles like we did in the big slide at infoporto.pt
Hope this helps, cheers!

Post count: 12

Thanks for the quick response! That worked!

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