How to disable product zoom on Dawn theme for desktop only?

Solved

How to disable product zoom on Dawn theme for desktop only?

rjochum
Visitor
2 0 0

How can we disable product zoom on the Dawn theme, on desktop only? We want to keep the zoom on mobile. Thank you for your replies.

Accepted Solution (1)

PageFly-Noah
Shopify Partner
1317 233 281

This is an accepted solution.

Hi @rjochum 

 

This is Noah from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

 <style>
@media screen and (min-width: 767px){
modal-opener.product__modal-opener.product__modal-opener--image.no-js-hidden {
pointer-events: none !important;
}
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)

PageFly-Noah
Shopify Partner
1317 233 281

This is an accepted solution.

Hi @rjochum 

 

This is Noah from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

 <style>
@media screen and (min-width: 767px){
modal-opener.product__modal-opener.product__modal-opener--image.no-js-hidden {
pointer-events: none !important;
}
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

rjochum
Visitor
2 0 0

Thank you, worked like a charm!

PageFly-Noah
Shopify Partner
1317 233 281

Glad that i can help. Let me know if you need other help

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.