Hi
How can I make the area surrounding an image opened in colorbox, more opaque? I’d like the page below colorbox displayed image to be less visible, meaning to increase the opacity of the area (background) surrounding the image.
Thank you
Hey Yory!
Do you mean the magnific popup? Try adding this to your custom CSS.
.mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader { opacity: 0.9 !important; }
Regards,
Elliott
Thank you!