Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #227797

    Hi,

    How do I stop visitors from being able to open an image on a mouseover?

    Thanks.

    Marshall

    #228022

    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

    #228034

    Thanks!

    I thought it was the lightbox, but I wasn’t sure.

    #228036

    Ooops, that didn’t work. I’m referring to the rollover of the 4 images under the slider at http://www.todays40plus.com.

    #228074

    Hi!

    I see. Please add this on Quick CSS or custom.css:

    .image-overlay {
        display: none !important;
        opacity: 0 !important;
    }

    Best regards,
    Ismael

    #228081

    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.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Image Mouseover’ is closed to new replies.