Home Forums WoodMart support forum How to turn off zoom Reply To: How to turn off zoom

#529537

Hello,

Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

.pswp--zoom-allowed .pswp__img {
    cursor: default;
    pointer-events: none;
}

Then check the site after removing the browser and site cache. I am sure your issue will be solved.

Best Regards.