diff --git a/sections/featured-product.liquid b/sections/featured-product.liquid index 1cf0e9f75e0..a6d39ead043 100644 --- a/sections/featured-product.liquid +++ b/sections/featured-product.liquid @@ -1432,18 +1432,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 d678ba53237..5c0540b5a15 100644 --- a/sections/main-product.liquid +++ b/sections/main-product.liquid @@ -2020,18 +2020,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",