Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #478814

    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

    #479035

    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

    #479052

    Works perfectly! Thanks a lot!
    Best regards
    JF

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mansonry lightbox background color’ is closed to new replies.