Hi all,
I need help for add phone number with logo (footer) on my dawn theme
thx
Hi all,
I need help for add phone number with logo (footer) on my dawn theme
thx
Hi @Nico38
I understood your concern and realised that you achieve it using add custom code.
{
"type": "custom-logo",
"name": "Custom logo",
"settings": [
{
"type": "image_picker",
"id": "image",
"label": "Logo image"
},
{
"type": "html",
"id": "phone_number",
"label": "Phone number"
}
]
},
{%- when 'custom-logo' -%}
{{ block.settings.phone_number }}
I believe this can help you to resolve the issue.
Happy Coding!!