Okay
  Public Ticket #3328993
Shop product image gallery
Closed

Comments

  •  40
    ep started the conversation

    Hello, quick question about clicking product image gallery.

    I have disabled lightbox and disabled zoom (screenshot attached).

    Now the image is clickable and links to image URL.

    How can I disable this?

    I would like nothing to happen on clicking image.

  • [deleted] replied

    Hi Elliot,

    Please just add this CSS code to your Custom CSS area:

    .woocommerce .single-product-images .kalium-woocommerce-product-gallery .main-product-images .woocommerce-product-gallery__image a {
        pointer-events: none;
    }

    If the code doesn't work, then please send me the URL of that page so I can send you the exact code.

    Thanks!

  •  40
    ep replied

    This is perfect, thank you so much Ylli.