Darken gradient on Big Grid 4

Posted in: Newspaper
Post count: 38

Site is: https://bingewhat.com/
Trying to darken the gradient on the top featured articles block, which is Big Grid 4. Want it darker at the bottom of the thumb, so the titles (in white lettering) pop more. Have tried a million things. Latest was this but it didn’t work.
.td-big-grid-post .td-module-thumb {linear-gradient(
to bottom,
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0.8)
);
}

Post count: 20688

Try something like this – https://www.screencast.com/t/3kS3y5qE
https://pastebin.com/S7YaXpvy
It will darken the gradient by increasing the default opacity of 0.7 to 1. You can also use other colors in the code if needed.

Post count: 38

Thanks. I’d tried using the code in three different ways, finally even changed the style.css by ftp. And it still didn’t show any change on the page. ? I can live with how it is I guess.

A bigger issue is: I’d like the big grid 4 to somehow go the full width of the page, be able to add a third feature there, and have no space between each feature. ???

Post count: 20688

Seems to be applied at the moment, that would mean the code worked. If you would like to make some more modifications to it, I will try to modify it.

The grids are predefined, changing how they look is not possible by a theme setting. These are all the available grids and full width grids
https://demo.tagdiv.com/newspaper/big-grid-1/
https://demo.tagdiv.com/newspaper/full-big-grid-1/
They can only be placed on full rows, having multiple grids in the same row is not possible.

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