Okay
  Public Ticket #2010716
Product images opening (_self)
Closed

Comments

  •  5
    epicnick started the conversation

    Hi, please find attached an example url.

    I've disabled Lightbox and Image Zoom in the the theme options, but still the product image is opened when clicking on it from single product page.

    How can we disable this?

    Thank you.

  •  1,559
    Laborator replied

    Hi there,

    Add this CSS to Custom CSS:

    .woocommerce .product-gallery .product-images .woocommerce-product-gallery__image a {
        pointer-events: none !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  5
    epicnick replied

    Thanks!