diff --git a/sections/featured-product.liquid b/sections/featured-product.liquid index d82000ce9f4..9e429c924db 100644 --- a/sections/featured-product.liquid +++ b/sections/featured-product.liquid @@ -1424,18 +1424,13 @@ "value": "lightbox", "label": "t:sections.main-product.settings.image_zoom.options__1.label" }, - { - "value": "hover", - "label": "t:sections.main-product.settings.image_zoom.options__2.label" - }, { "value": "none", "label": "t:sections.main-product.settings.image_zoom.options__3.label" } ], "default": "lightbox", - "label": "t:sections.main-product.settings.image_zoom.label", - "info": "t:sections.main-product.settings.image_zoom.info" + "label": "t:sections.main-product.settings.image_zoom.label" }, { "type": "checkbox", diff --git a/sections/main-product.liquid b/sections/main-product.liquid index 4421c83b367..4fc83b23f0e 100644 --- a/sections/main-product.liquid +++ b/sections/main-product.liquid @@ -1998,18 +1998,13 @@ "value": "lightbox", "label": "t:sections.main-product.settings.image_zoom.options__1.label" }, - { - "value": "hover", - "label": "t:sections.main-product.settings.image_zoom.options__2.label" - }, { "value": "none", "label": "t:sections.main-product.settings.image_zoom.options__3.label" } ], "default": "lightbox", - "label": "t:sections.main-product.settings.image_zoom.label", - "info": "t:sections.main-product.settings.image_zoom.info" + "label": "t:sections.main-product.settings.image_zoom.label" }, { "type": "select",