Ride Theme - How to disabled zoom on thumbnails

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.

@Raeann

Please share your store URL!

Thanks!

URL : www.starlamp.ch
Password : 1234

Thanks

1 Like

@Raeann

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

  2. 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!

3 Likes

Thank you so much. :heart_eyes: