In footer, how to replace email field with Sign Up button

Hey @CW5 ,

To replace the email field in the Dawn theme’s footer with a “Sign Up” button, you will need to edit your theme’s code. Below are step-by-step instructions:

Step 1: Access the Theme Editor

  1. Online Store > Themes > Edit code

  2. in the code editor, find the file named footer.liquid. It’s usually under the Sections folder.

Step 2. Modify the Code:

Search for the block of code related to the newsletter. Look for something like this (or similar):

{% form 'customer', customer_register %}
  
  
{% endform %}

Replace this code with a simple button linking to your “Sign Up” page. For example:


  Sign Up

  • Replace /pages/sign-up with the actual URL of your Sign-Up landing page.

  • Use the btn class or your theme’s button styling to match your site’s design.

If I was able to help you, please don’t forget to Like and mark it as the Solution!
If you’re looking for expert help with customization or coding, I’d be delighted to support you. Please don’t hesitate to reach out via the email in my signature below—I’m here to help bring your vision to life!

Best Regard,
Rajat Sharma