How to disable clickable image on my product?

Hello there,

How do I disable the option to view the picture from my products?

Here’s a link down bellow what I mean specifically:

Hi Katarina,

Thank you for reaching out to us. To disable the product images click events, you can add the following code in the Theme Options > CSS:

.single-product .woocommerce-product-gallery a {
    pointer-events: none;
}

Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.

Hope this helps!

1 Like

Will the code mess up my website (load slower) ?
Crashes… etc

HI Katarina,

No, it will not mess up your website and can’t affect your site performance.

Hope that helps.

Thank you.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.