Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #351053

    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

    #351448

    Hey envapk2!

    could you please post a link to your website?

    Regards,
    Andy

    #351519
    This reply has been marked as private.
    #351746

    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

    #351842

    Hi Ismael

    That’s great, many thanks

    Peter

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘switch off featured image link in Woocommerce single product page’ is closed to new replies.