How to remove the gradient shadow from lightbox

Posted in: Newsmag
Post count: 25

Hi there,
While viewing modal images in the lightbox, there is a gradient dark shadow on the lower side of the image shown. Is it possible to remove it so the image is displayed in its original form?
Kind regards,
Tunc

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/gAFx6u5un

.mfp-figure:before{
height: 0px!important;
}

Let me know how it goes.
Thanks!

Post count: 25

It worked just fine thank you Andrei.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.