Dawn Theme: How to disanle "zoomin in" option in the product photos

Hi, I am having a difficult time trying to find the option to disable “zooming in” in the photos of the products sitewide. I do not need this feature. How can I disable this?

Thank you.

URL: www.thegiftcompany.com.au

1 Like

Hi @Joegr7 ,

Welcome to the Shopify Community! Thanks for asking a good question in community. I would be happy to help you.

I saw your post on community and opened the URL you had posted on your post after researching all the things, I think I can help you on this. This issue is very easy to solve for me.

I’m sharing you the code below with steps, please follow them.

Steps:

  1. Go to Online Store Dashboard ->Themes → Open edit code

  2. Look for Assets folder on code editor and find 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;}

Thanks