Refresh your website to see the changes. The zoom effect should now be removed on both the home page and collection pages.
If I was able to help you, please don’t forget to Like and mark it as the Solution!
If you’re looking for expert help with customization or coding, I’d be delighted to support you. Please don’t hesitate to reach out via the email in my signature below—I’m here to help bring your vision to life!
you can add custom CSS directly in the theme.liquid file if your theme doesn’t have a dedicated CSS file or a custom CSS field in the settings. Here’s how to safely add CSS to theme.liquid:
Steps to Add CSS in theme.liquid:
Online Store > Themes > Edit Code
Open the theme.liquid file under the Layout folder.
Insert Custom CSS:
Locate the section in the theme.liquid file. This is where styles and scripts are typically loaded.
Add your custom CSS between tags, just before the closing tag, like this:
Refresh your website and hover over product images to confirm the zoom effect is removed.