How Do You Remove The Image Zoom Feature On The Product Pages In Dawn Theme? - eCommerce Thesis

How Do You Remove The Image Zoom Feature On The Product Pages In Dawn Theme?

1. Go to Online Store->Theme->Edit code

2. Asset->/section-main-product.css->paste below code at the bottom of the file.

.product__media-toggle {display: none !important;}
.product__modal-opener .product__media-icon {display: none !important;}