How do I remove the zoom in feature on our product page images? I would also like to remove the zoom in icon on that appears on the top left of each product image. I am using the theme called Sense. Thank you.
@Solset Please got to Asset > section-main-product.css and paste below code at the bottom of the file.
.product__media-toggle {display: none !important;}
.product__modal-opener .product__media-icon {display: none !important;}
1 Like