How do I add a Contact Us link to my Dawn theme footer?

Topic summary

Goal: Add a “Contact Us” link to the Shopify Dawn theme footer, aligned with the “Subscribe” text in the newsletter area (as shown in the attached image).

Options suggested:

  • Use the built-in footer menu: Create a new menu in Navigation with the Contact page link and assign it to the footer section. This will add the link to the footer but not exactly at the desired spot; it may push the newsletter to the right.
  • Exact placement: Requires editing theme code, specifically the footer.liquid file, to insert the link precisely where shown.

Status and outcomes:

  • No code snippet or detailed steps were provided.
  • No final implementation confirmed; user must choose between the standard menu placement or custom code changes.

Notes:

  • The image is central to understanding the desired alignment next to “Subscribe.”
  • “footer.liquid” is the theme template file controlling the footer’s structure and placement.
Summarized with AI on January 28. AI used: gpt-5.

Hello,

I have a Shopify page that I am working on and I need to add a link to the footer for a “Contact Us” page. This is where I want the link to be displayed:

Justified in line with the “subscribe” text.

The theme being used is Dawn.

Thanks in advance for the help!

Sean

@SeanHebein - actually your theme will have footer section where you have a option to add menu… so you can create a new menu with contact page link as menu item from navigation settings and then set it up in footer

this will not set it where exactly you want it, but will set in footer and this newsletter will be pushed to right

if you want at this place only at any cost then you will need code editing in footer.liquid file