How can I add a newsletter link to the Dawn theme header?

Looking to add a link to the Newsletter in the header. To the left of the Shopping cart.

Here is a screen shot of the page with the added text circled in red to show how I’d like it.

THANKS!

Go to your Online store > Themes > Edit code > open header.liquid file, find this line of code

{%- if shop.customer_accounts_enabled -%}

Add this code above the above code

Newsletter

Make sure you add your newsletter link in HREF element

Literal perfection! Thank you!

If i wanted to add a link to the left of the logo how would I go about that?

Hi @morganl91

Please add code above this line of code.

{%- if section.settings.logo_position != 'middle-center' -%}

Thanks for the speedy reply! This one didn’t quite work. It puts it below the navigation menu. No worries though! I’ll keep playing with it and see what I can do.

Thanks for your time.

Thank you for this code! I added 2 new links. Do you know why all of my links do not have spaces between them? What do I need to change to add space in between these?