Remove gradient from featured image

Posted in: Newspaper
Post count: 7

How do I remove the black gradient for the featured image when viewing single post.

Post count: 23312

Hi,

Use the code below and place it in Theme panel -> Custom CSS area if you want to remove the bottom gradient from the lightbox.

.mfp-figure:before{
background:none;
}

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

Thank you!

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