Tagged: javascript, Lightbox
Hi Team
I have added some code to change an image on mouseover. However, I am trying to block the lightbox functionality on that image. What can I add to my code from the theme setup to deactivate the lightbox link showing on mouseover?
Thanks
Shaun
Hey typhonconsulting,
Do you mean you want to stop the arrow overlay from showing?
Best regards,
Jordan Shannon
Yes, but preferably on the specific image.
Hi,
Which specific image?
Best regards,
Jordan Shannon
Hi Jordan – the profile images on that page. I want the code on the image to run, so I get the mouseover effect – but not the lightbox mouseover.
Hi,
Try adding this to quick css:
span.image-overlay-inside{
display:none!important;
}
Best regards,
Jordan Shannon