Add newsletter subscription to header

Topic summary

A user wants to relocate the newsletter subscription form from the footer to the header in their Dawn theme but is unsure how to proceed.

Current Situation:

  • The user previously found instructions for moving the newsletter to the footer
  • They’re now attempting the reverse operation but lack clear guidance

Proposed Solution:

  • One respondent suggests applying the same approach used for the footer, but adding code to header.liquid instead of footer.liquid

User’s Concern:

  • The user is uncertain about the implementation details
  • They note that sections/newsletter.liquid is extensive and the footer code contains many “footer”-specific references
  • They question whether simply copying the footer code to the header will automatically convert footer-specific terms to header equivalents
  • Screenshots were shared showing the relevant code sections

Status: The discussion remains open with the technical implementation details unresolved.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.

Hi,

I’ve found information here in the community how to move the newsletter subscription to the footer. But I’d like to move it from the footer to the header. How would I do that? I can’t find anything helpful how to do so. Theme Dawn.

Kind regards

1 Like

Hi @weloveminerals

I guess you can do the same as you did in footer but instead of adding code to footer.liquid, please add code to header.liquid file.

Yeah I’m not sure how that works. sections/newsletter.liquid is pretty big and the part in footer.liquid where newsletter stands is full of “footer”. If I just copy this part into the header, will the footer terms turn into header terms?