diff --git a/sections/main-collection-product-grid.liquid b/sections/main-collection-product-grid.liquid index 6a449836d78..5d194743ff7 100644 --- a/sections/main-collection-product-grid.liquid +++ b/sections/main-collection-product-grid.liquid @@ -27,7 +27,7 @@ } {%- endstyle -%} -
+
{%- paginate collection.products by section.settings.products_per_page -%} {% comment %} Sort is the first tabbable element when filter type is vertical {% endcomment %} {%- if section.settings.enable_sorting and section.settings.filter_type == 'vertical' -%} @@ -217,6 +217,13 @@ "default": 4, "label": "t:sections.main-collection-product-grid.settings.columns_desktop.label" }, + { + "type": "color_scheme", + "id": "color_scheme", + "label": "t:sections.all.colors.label", + "info": "t:sections.all.colors.has_cards_info", + "default": "background-1" + }, { "type": "header", "content": "t:sections.main-collection-product-grid.settings.header__3.content"