Tagged: Lightbox
Hi,
I love the lightbox effect, but how do I remove the effect that causes a circle with the two expansion arrows when I place my curser over a picture? I still want people to be able to click and have the lightbox, however, I wish that there was no change to the image. Any help is greatly appreciated! Is there code that I can drop into the custom css box?
Thanks!
Eric
You may check the following CSS:
.image-overlay {display: none !important;}
This will affect any overlay on your whole site not to display.
If you like to handle different types of overlays, you should check the type-class appended.
thanks!.. you rock!