Hello @DAC
Replace your code with the below code
File Name: sections/header-menu-top.liquid
{% assign link_list_menu = section.settings.menu %}
{% if link_list_menu != blank %}
{% endif %}
{% schema %}
{
"name": "Heade Menu Top",
"class": "header-menu-top-section",
"settings": [
{
"type": "link_list",
"id": "menu",
"label": "Add Menu"
},
{
"type": "color",
"id": "header_bg_color",
"label": "Header Background Color"
}
,
{
"type": "color",
"id": "header_text_color",
"label": "Header Navigation text Color"
}
]
}
{% endschema %}
in the header section, you can customize header background and text colot
