Shopify themes, liquid, logos, and UX
Hello!
I want to disable the zoom on the first photo of my product pages, like the product link: https://www.tinahealthcare.com/collections/period-pain-relief/products/cuterus-heatable-plushie?vari...
Thank you!
Go to customize theme > product > default product> on the left side click on product page and you will find option to uncheck zoom
Hi @gabbym0062
Check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.product-gallery__image .zoom-container {
pointer-events: none !important;
}
and Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @gabbym0062 ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
.product-gallery__image .zoom-container {
pointer-events: none !important;
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025