Hi fellows,
I’m using a mansonry gallery, and when clicking on the photos within, it’s opening a viewer with a black background, around 80% opacity.
I would like to change the color, and increase a little bit the opacity. I didn’t find any stuff about that in the forum.
Thanks a lot for your help.
Cheers
Jeff
Hi Jean-Francois!
Please try the following in Quick CSS under Enfold–>General Styling:
.mfp-bg {
background: red;
opacity: 0.7;
filter: alpha(opacity=70);
}
Regards,
Rikard
Works perfectly! Thanks a lot!
Best regards
JF