Remove gradient shadow of featured images

Posted in: Newspaper
Post count: 3

Hi, how may I remove the gradient shadow from the featured images of the posts?

Thank you in advance,
Giannis

Post count: 35449

Hi,

If you refer at this gradient https://www.screencast.com/t/bYH6pCKHA6o
Just add this custom css in Newspaper>Theme panel>Custom code> Custom css
https://www.screencast.com/t/I7UCjLhN
.mfp-figure:before {
display: none;
}

Thank you for your understanding.

Post count: 3

This worked great! But it removed the gradient only from the image when I click on it and it pops up as a lightbox.

In addition, can we remove it as shown in the image below?

https://bit.ly/2r3yaqq

Thank you for your support.

Post count: 20688

Hi,

I could add that to the code – http://prntscr.com/lnhajd

Now the code is like this

.mfp-figure:before,
.td-post-template-4 .td-image-gradient:before {
display: none;
}

Please let us know if you need more help.

Thanks

Post count: 3

It worked wonders!

Thank you very much!

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