How can I alter the logo URL in the Dawn theme?

I’ve looked at every logo link-changing “solution” (all for other themes) and it obviously takes a different approach in the Dawn theme. There’s no logo.liquid file, for example, and no instances of href=“/” in header.liquid or theme.liquid. Can anyone tell me how to make the logo image link to a url that I choose rather than to the root of the shop? Thank you.

1 Like

@smjacoby
Go to the header.liquid

and search this content ‘header__heading-link link link–text focus-inset

After searching you will get the option to change the url.

2 Likes

Excellent - thank you!

Worked perfectly, thanks!

This solution did not work for me is there another way to do this? Thank you

This solution did not work for me is there another way to accomplish this? Thank you

Hi - I’m trying to link my logo to an external site in the Dawn theme. I found header__heading-link link link–text focus-inset and replaced it with my website, and it did not work. If you know how I can link to an external site in the Dawn theme please let me know! Thanks!

Hey when I replace the {{routes.root_url}} with the correct URL it just adds the new url to the end of the URL for my shopify store. Any thoughts?