Hi – I’d like to keep the function that if folks click on a photo, they can view it in a lightbox. That’s great. But because I use big photos, the mouse is likely to always be hovering on a photo and so it’s not great that they disappear with a big circle inside. Can I do that? Thanks.
Hi dominiquehurley!
Please add following code to Quick CSS
.image-overlay { display: none !important; }
Cheers!
Yigit
Wonderful. Thanks. Resolved.