Hello,
How am I able to make a dropdown menu for the icon ‘account’ through the dawn them.
For example like this:
But with my own wording etc. Thank you
Thank you for your reply, I am still new to code editing, Can you please show me step by step where to find this area of code to implement please & Thank you!
Thank you so much! ![]()
It now looks like this;
Would you have the code to add a schemer so I can edit these changes for example “Custom Header Icon drop down Menu” directly from my editor rather then needing to update & change the code each time? So I would be able to also make it match the websites already implemented dropdown menu but with Icons etc. Please & Thank you
Hi,
I am not sure your request. However I suggest code below
{
"type": "select",
"id": "iconlogin",
"options": [
{
"value": "login1",
"label": "Login icon 1"
},
{
"value": "login2",
"label": "Login icon 2"
},
{
"value": "login3",
"label": "Login icon 3"
},
{
"value": "login4",
"label": "Login icon 4"
}
],
"default": "login1",
"label": "Custom Header Icon drop down Menu Login"
},
{
"type": "select",
"id": "iconregister",
"options": [
{
"value": "register1",
"label": "Register icon 1"
},
{
"value": "register2",
"label": "Register icon 2"
},
{
"value": "register3",
"label": "Register icon 3"
},
{
"value": "register4",
"label": "Register icon 4"
}
],
"default": "register1",
"label": "Custom Header Icon drop down Menu Register"
},
{
"type": "select",
"id": "iconcart",
"options": [
{
"value": "iconcart1",
"label": "Cart icon 1"
},
{
"value": "iconcart2",
"label": "Cart icon 2"
},
{
"value": "iconcart3",
"label": "Cart icon 3"
},
{
"value": "iconcart4",
"label": "Cart icon 4"
}
],
"default": "iconcart1",
"label": "Custom Header Icon drop down Menu Cart"
},
{%- if shop.customer_accounts_enabled -%}
{%- endif -%}