My Footer Email Sign Up Just Refreshes The Page, HELP!

Topic summary

Issue: Footer newsletter form in the Vantage theme reloads the page on submit and shows a barely readable blue/white “thanks for signing up” message at the bottom.

Response: A helper confirms the form functions as designed (page reload + inline thank-you), but the message text color makes it hard to see. They advise adding code in theme.liquid after the tag to style the thank-you message so it displays clearly. The exact code appears in a screenshot; the text code block in the thread is empty, so the image is central for implementation.

Follow-up question: The store owner asks if the form can show the thank-you message without reloading the page (i.e., inline confirmation without page refresh).

Status and next steps:

  • Visual fix: Add the provided styling in theme.liquid to make the thank-you text visible. (Requires referencing the screenshot.)
  • Behavior change: The request to prevent page reload remains unanswered; additional guidance (e.g., using JavaScript to handle submit without a full refresh) is still needed.

Unresolved: Whether and how to implement a no-reload submit behavior in this theme.

Summarized with AI on December 29. AI used: gpt-5.

Hi, can anyone help? I have the Vantage theme on my website KoalaArtAndDesign.com and I have my email sign up in the footer, if you sign up for my list and hit the arrow it just refreshes the whole page and brings you to the top and then when you scroll back to the bottom it shows blue/white “thanks for signing up” that you can barely read. Can someone please help me figure out what code needs to be fixed? I just want to click the arrow and nothing refresh.

Hi @JamieKoala

It works correctly; after subscribing to your newsletter, it reloads your page and displays a thank you message in the form, but it is white, so you cannot see it.

Please add this code to your theme.liquid, after to make thank you message display


is it possible to not have it reload the page and just show up with the
thank you message?