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
Hey mcraig77,
Try this code in the General Styling > Quick CSS field:
.mfp-bg {
background-color:#1D6047 !important;
}
Best regards,
Mike
Thanks, anyway to make the opacity on that overlay a little darker?
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
Perfect, Thanks!
Hi,
We glad that your problem was solved! Let us if you have any question in the future.
Best regards,
John Torvik