Image Zoom-Refresh theme

emibean417
Tourist
7 0 3

I am trying to get rid of the zoom feature on a product image, I have refresh theme currently. I tried some other step by steps but I do not see the disable portion. Any help is appreciated!

Replies 3 (3)
made4Uo
Shopify Partner
3785 710 1096

Hi @emibean417,

 

I understand the issue. Please follow the instructions below to solve it

 

1. From your Admin Page, click Online Store > Themes >Actions > Edit code
2. In the Asset folder, open the base.css
3. Paste the code below at the very bottom of the file.

span.product__media-icon.motion-reduce.quick-add-hidden {
    display: none;
}

button.product__media-toggle {
display: none;
}

 

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!
bernotasiggy
Visitor
1 0 0

Thank you works brilliantly! 

RobinCarter
Visitor
1 0 0

This worked brilliantly! Thank you!!