How do i add logo and word both in dawn theme?

How do i add logo and word both in dawn theme?

1 Like

@KiwiD

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.

this didnt work for me im using the dawn theme and i put this code in the header.liquid section and i put it in the logo section (see image) and then i put the other piece of code above the schema in the header.liquid section. Please let me know what im doing wrong