Change Gradient on Image Box

Posted in: Newspaper
Post count: 112

Could you please give me some custom CSS to change the gradient on the Image Box? I’d like the boxes to be maybe half as dark.

You can see examples of three image boxes at the bottom of this page: https://www.travisneighborward.com/recipes/

Thanks!

Post count: 20688

Hi,

You can change the opacity on the images using this code (right now it is set to 0.4), enter it in Theme panel->Custom Css

.td_block_image_box .td-custom-image a:before {
opacity: 0.2;
}

Result – https://www.screencast.com/t/li69Wcbi

Thanks

Post count: 112

Fantastic. Thank you!

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