Change modal image effect

Posted in: Newspaper
Post count: 76

Hi,

Ho to delete Darkening effect under picture on modal image view?

Like here (i don’t speak about arrow on this picture, i find it on forum, but Darkening effect under picture).

http://www.screencast.com/t/JQDuGTtYjFp

Thanks

  • This topic was modified 9 years by Pierreto.
Post count: 23312

Hello Pierreto,

If you want to remove the bottom gradient effect for modal image box, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.mfp-figure:before{
display:none!important;
}

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

Thanks for your understanding!

Post count: 76

Hi Catalin,

Thank’s a lot!

Post count: 11

Exactly what I was looking for. Thank you.

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