Home › Forums › WoodMart support forum › How to turn off zoom › Reply To: How to turn off zoom
January 13, 2024 at 1:33 pm
#529537
Aizaz Imtiaz Awan
Keymaster
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.