diff --git a/sections/header.liquid b/sections/header.liquid index d873bdda7..a25f3b443 100644 --- a/sections/header.liquid +++ b/sections/header.liquid @@ -3,11 +3,20 @@ {{ shop.name | link_to: routes.root_url }} -
- {% for link in section.settings.menu.links %} - {{ link.title | link_to: link.url }} - {% endfor %} -
+
{% if shop.customer_accounts_enabled %} @@ -50,11 +59,14 @@ header svg { width: 2rem; } - header .header__menu, + header .header__list, header .header__icons { display: flex; gap: 1rem; } + header .header__item { + list-style: none; + } {% endstylesheet %} {% schema %} @@ -64,7 +76,8 @@ { "type": "link_list", "id": "menu", - "label": "t:labels.menu" + "label": "t:labels.menu", + "default": "main-menu" }, { "type": "link_list",