How to remove the gradient from the slider?

Posted in: Newspaper
Post count: 15

I’d like to remove the gradient from the slider on my homepage, how to do it?

Post count: 15

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/y8Q79EFv9w

.td_block_slide .td-image-gradient:before {
opacity: 0;
}

Thanks!

Post count: 3

Hello,

Am I able to remove all the gradients from all the blocks and grid? I do not want any gradient on any of them. Also, how can I center the images instead of them being cut on the bottom for some of the blocks and grids.I want the images to be just centered in them.
Thank you very much for any help.

Thanks!

Post count: 22421

Hello,
In order to apply the code to all block you can use the code like this:
.td_block_wrap .td-image-gradient:before {
opacity: 0;
}

As for the images, our theme crops the images center-top. Unfortunately there is no option for the cropping of the thumbnails in the the panel. If you want to change this option, you will have to use the theme api: https://forum.tagdiv.com/td_api_thumbupdate/ (for advanced users only)
Thanks.

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