Hi,
How do I stop visitors from being able to open an image on a mouseover?
Thanks.
Marshall
Hi wackyadventurer!
Are you talking about the lightbox feature? Please elaborate. You can add this on Quick CSS or custom.css but it will disable the links for all images.
img, a img {
pointer-events: none;
}
Best regards,
Ismael
Thanks!
I thought it was the lightbox, but I wasn’t sure.
Ooops, that didn’t work. I’m referring to the rollover of the 4 images under the slider at http://www.todays40plus.com.
Hi!
I see. Please add this on Quick CSS or custom.css:
.image-overlay {
display: none !important;
opacity: 0 !important;
}
Best regards,
Ismael
Hmmm, that’s strange. The solution is to remove the link (so the image has nowhere to go). However, I did that earlier and that didn’t solve the problem. But, it works now!?! Oh well, it’s all good now. Thanks.