Disable Image Animation in Section

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 :laptop:

Hey @naveen.raj

Please use this code to remove animation for this section image

Steps:

  1. Go to Shopify Admin → Online Store → Themes

  2. Click ⋯ → Edit code

  3. Open:

    • assets/base.css
  4. Add 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 :heart: working fine