Tagged: colour background, Lightbox
Hi Kriesi,
I would like to universally (everywhere on the site) change the lightbox background in the Avia pull-down gallery to #999999 – the same colour as the background of all pages.
How do I do this, and can I adjust the alpha at the same time?
Many thanks
Steve
And a private link to a sample page… :-)
Hey!
Try adding this code to the Quick CSS:
#top .mfp-bg {
background-color: #999999;
opacity: 1;
}
Adjust as needed.
Cheers!
Josue
Brilliant! Love this Quick CSS :-)
Thank you for a very speedy reply Josue.
Steve
You are welcome Steve, glad to help :)
Regards,
Josue