Big Grid Gradient Background

Posted in: Newsmag
Post count: 7

Hi

The Big Grid has a grey gradient background ( GRID Style 1 )
Is there any setting if I want to have clear background?

Grey Gradient Background

Thank you

Post count: 35449

Hi,
The background color appears until the images from the articles that have been set as featured images are loaded.
What you could do is force that background color with css, please check that css>
.td-big-grid-post .td-module-thumb {
background: transparent;
}
.td-grid-style-1 .td-module-thumb a:last-child:before {
background: transparent;
}

The first one will remove the gray color and the second one is for the gradient set on post titles.
The css needs to be set in the theme panel > custom code> custom css.
Thank you!

Post count: 7

Thanks for your help. It’s working 🙂

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