Hi
I am trying to remove the ability to click on an the featured image in woocommerce’s single product page, so that you can no longer click on the image and make it bigger. I have tried changing a few things in the woocommerce product-image.php file but to no effect.
many thanks
Peter
Hey envapk2!
could you please post a link to your website?
Regards,
Andy
Hey!
Thank you for the update.
You can add this on Quick CSS or custom.css to disable the product image link:
.single-product-main-image.alpha a {
pointer-events: none;
}
Cheers!
Ismael
Hi Ismael
That’s great, many thanks
Peter