How to add text to the email signup in footer section (Dawn Theme)

Topic summary

Adding text to the email sign-up heading in the footer of the Dawn theme.

  • Current limitation: There is no built-in theme setting to add custom text to the email sign-up heading.
  • Solution/workaround: Manually edit the theme code.
    • Path: Online Theme > Edit Code > Find footer.liquid
    • Action: Insert custom code in footer.liquid to display additional text alongside/under the email sign-up heading.
  • Visuals: The exact code changes and the resulting UI are shown via screenshots (images are central for implementation details).

Outcome: A practical code-based customization is provided; no settings-based alternative is available. Status: effectively resolved by editing footer.liquid.

Summarized with AI on January 3. AI used: gpt-5.

Thanks in advance!

How do I add text to the email sign up heading in the footer section.

Example:

@MMast

there are no settings to add text currently in the dawn theme but you can customize your footer.liquid file by follow the instructions below.

Online Theme > Edit Code > Find footer.liquid

Code:

Result:

![2024-03-15 12_10_23-.png|813x309](upload://OfKgyxu1on4MeZQNADz2ElUAlk.png)

Thanks