How do i add logo and word both in dawn theme?
1 Like
Welcome to the Shopify community!
Thanks for your good question.
You can Add it by custom code. Add the text field
and this code in the header schema where is logo.
{
"type": "text",
"id": "section_title",
"label": "Title",
"default": "Talk about your brand"
},
And above the Schema tag add this code.
## {{ section.settings.section_title | escape }}
Let me know if you need any more help.
I will help you to add it.
Thank you.

