Skip to content

Instantly share code, notes, and snippets.

@shopifypartners
Forked from veken1199/header-group.json
Created March 22, 2023 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shopifypartners/30f91b59f6f2c0f85111ec488a313a03 to your computer and use it in GitHub Desktop.
Save shopifypartners/30f91b59f6f2c0f85111ec488a313a03 to your computer and use it in GitHub Desktop.
{
"name": "t:sections.header.name",
"type": "header",
"sections": {
"announcement-bar": {
"type": "announcement-bar",
"blocks": {
"announcement-bar-0": {
"type": "announcement",
"settings": {
"text": "Welcome to our store",
"text_alignment": "center",
"color_scheme": "background-1",
"link": ""
}
}
},
"block_order": [
"announcement-bar-0"
]
},
"header": {
"type": "header",
"settings": {
"color_scheme": "background-1",
"logo_position": "middle-left",
"menu": "main-menu",
"menu_type_desktop": "dropdown",
"sticky_header_type": "on-scroll-up",
"show_line_separator": true,
"mobile_logo_position": "center",
"margin_bottom": 0,
"padding_top": 20,
"padding_bottom": 20
}
}
},
"order": [
"announcement-bar",
"header"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment