Hi
I have made the lightbox overlay solid white with this:
.mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
opacity: 1;
}
.mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
background-color: #ffffff;
}
That works fine except that the next /previous arrows, close and other info can’t be seen against the white. How can I change their colours so they are visible against the white?
many thanks
Peter
Hey envapk2!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close, div.avia-popup button.mfp-arrow:before { color: red; }
Regards,
Yigit
Hi Yigit
That’s perfect, many thanks
Peter