Hi, can someone please help me remove the animation in this particular section? I want to disable the image zoom effect only for this section. Thanks in advance.
pasrd : nds
Thank you in advance
Hi @naveen.raj
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.
Best regards,
Devcoder ![]()
Hey @naveen.raj
Please use this code to remove animation for this section image
Go to Shopify Admin → Online Store → Themes
Click ⋯ → Edit code
Open:
assets/base.cssAdd your CSS at the bottom:
#shopify-section-template--21167637168372__section_Ln9afd .hover-zoom img:hover, .hover-zoom svg:hover {
transform: unset
}
Regards
Titu
pasword : nds
Thank you so much
working fine