Comments 40ep started the conversationMarch 21, 2023 at 1:19pmHello, 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] repliedMarch 22, 2023 at 7:59amHi 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! 40ep repliedMarch 22, 2023 at 10:45amThis is perfect, thank you so much Ylli.1 Like Sign in to reply ...
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.
Hi Elliot,
Please just add this CSS code to your Custom CSS area:
If the code doesn't work, then please send me the URL of that page so I can send you the exact code.
Thanks!
This is perfect, thank you so much Ylli.