Remove shadow on image box

Posted in: Newspaper
Post count: 18

I have created a page with 9 image boxes, 3 lines of 3 images per line, that have clickable links to a category. I want to remove the shadow over just these images so they appear much brighter. Can you please help?

Post count: 20688

Hi,

I believe you are referring to the image box using box style 1, that has a darker gradient over the image.

To remove that gradient I could give you a CSS code, which you can enter in the theme panel custom CSS code section.

.td_block_image_box .td-custom-image a:before {
display: none;
}

Before – http://prntscr.com/lknf4v
After – http://prntscr.com/lknfaq

Thanks

Post count: 18

Brilliant! Thank you so much.

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