Hi,
Currently using a masonry gallery with light boxes. When an image is clicked I would like a solid colour around the image instead of seeing the rest of the page behind so people focus on the photo.
Hey danswebservices,
Try this code in the General Styling > Quick CSS field:
.mfp-zoom-in.mfp-ready.mfp-bg {opacity: 1!important; }
.mfp-bg {background: #2196F3!important; }
adjust the color to suit
Best regards,
Mike
Works a treat – thank you!