How to remove the zoom effect in the venture theme?
Thank you in advance!
How to remove the zoom effect in the venture theme?
Thank you in advance!
First why you want to disable the zoom feature?
You can disable it by deleting a code from your Sections/product-template.liquid
Note: Please take a backup of the theme.
Head over to Themes> Actions> Edit Code
Go into product-template.liquid
Ctrl+F and search for ‘modal’
Delete the following: js-modal-open-product-modal
Sarv
Thank you!