Hello,
I have been using the new shopify theme “Ride” for some time. However, I can’t find how to disable the zoom on the product images.
By code or option
Can someone help me?
Thanks in advance and have a nice day.
Hello,
I have been using the new shopify theme “Ride” for some time. However, I can’t find how to disable the zoom on the product images.
By code or option
Can someone help me?
Thanks in advance and have a nice day.
URL : www.starlamp.ch
Password : 1234
Thanks
Go to Online Store-> Theme->Edit code
Asset->/section-main-product.css->paste the below code at the bottom of the file.
.product__media-toggle {display: none !important;}
.product__modal-opener .product__media-icon {display: none !important;}
Thanks!
Thank you so much. ![]()