Color Overlay

Posted in: Newsmag
Post count: 28

We like to change the color overlay in big grid style 6 – simple colors. Please let us know if you can do a custom design or if we can do it ourselves?

Post count: 35449

Hi,

This can be done only if you are using a custom css like this one -> https://i.imgur.com/vSzlJyX.png
The code is this one
.td-grid-style-6 .td-big-grid-post-0 .td-module-thumb a:last-child:before {
background: linear-gradient(to bottom, #607D8B 0%, #FFEB3B 100%);
}

for each grid in part you need to change from .td-big-grid-post-0 in .td-big-grid-post-1 .td-big-grid-post-2 …
The code need to be set in theme panel> custom code> custom css.

Hope this will help you!

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