Dear Kriesi,
How can I change the background colour and transparency for the Lightbox so that viewers no longer see the background website elements when viewing linked gallery images?
Thanks, Richard
try:
#top .mfp-zoom-in.mfp-ready.mfp-bg,
#top .mfp-zoom-in.mfp-ready .mfp-preloader {
opacity: 1;
background-color: #013101;
}
Great, thanks