Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #778289

    How do I change the color of the gallery lightbox? Right now it is a semi transparent black. I wanted it to be a semi transparent #1D6047

    #778291

    Hey mcraig77,
    Try this code in the General Styling > Quick CSS field:

    .mfp-bg {
    background-color:#1D6047 !important;
    }

    Best regards,
    Mike

    #778300

    Thanks, anyway to make the opacity on that overlay a little darker?

    #778312

    Hi,
    Try different opacity settings, 1 is full color, 0.9 is next step down, all the way to 0

    .mfp-bg {
    background-color:#1D6047 !important;
    opacity: 1 !important;
    }

    Best regards,
    Mike

    #779019

    Perfect, Thanks!

    #779082

    Hi,

    We glad that your problem was solved! Let us if you have any question in the future.

    Best regards,
    John Torvik

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