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

    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

    #799922

    Hey typhonconsulting,

    Do you mean you want to stop the arrow overlay from showing?

    Best regards,
    Jordan Shannon

    #799927

    Yes, but preferably on the specific image.

    #799930

    Hi,

    Which specific image?

    Best regards,
    Jordan Shannon

    #799931

    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.

    #799943

    Hi,

    Try adding this to quick css:

    
    span.image-overlay-inside{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.