Big Grid Styles

Posted in: Newsmag
Post count: 7

Hi,

I’m currently using 2 Blocks on my page, Homepage Post and Big Grid 6. Is there anyway i can remove the Big grid styles? Currently using the Default, animation is ok, but this choice is “darkening” the bottom half of the images i post. Is there any workaround to do this?

Thanks in advance!

Post count: 23312

Hello whyistayhungry,

That ‘darkening’ can be disabled with a bit of CSS code. Provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 7

Hi,

My website URL is This

Post count: 23312

Hi,

You should try using the following code and place it in Theme panel -> Custom CSS area.

The code is ->

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

The result is here -> https://www.screencast.com/t/dDrBAj2bu9

Thanks for your understanding!

Post count: 7

Hi,

Thanks a lot for this, its completely removed now!

Thanks for your efforts!

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