Error Message on the Footer of the Password Page

Hi All,

Please may you assist me. How do I remove the error message on the footer of the password Page?

To remove the error message on the footer of the password page in your Shopify store, you can follow these steps:

  1. From your Shopify admin, go to Online Store > Themes.
  2. Under the “Actions” dropdown, select “Edit code” for the relevant theme.
  3. In the left sidebar, navigate to the “Sections” folder.
  4. Look for the “password-template.liquid” file and click on it to open it.
  5. Inside this file, search for the code that displays the error message.
  6. You can usually find it around the <footer> section of the code.
  7. Delete or comment out the code that generates the error message.
  8. Save the changes you made to the file.

After following these steps, the error message should be removed from the footer of the password page. Make sure to test it by previewing the password page or visiting it in a private browsing window to confirm that the changes were successful.

Thank you, This worked.

1 Like

Hello @IanIan26 ,

You can follow the below steps to get this issue resolved.

  1. Go to Online Store > Themes.
  2. Under the “Actions” dropdown, select “Edit code.”
  3. In the left sidebar, navigate to the “Sections” folder.
  4. Look for the “main-password-footer. liquid” file and click on it to open it.

  1. Inside this file, search for the code that displays the error message.
  2. Now add a comment on that code and save it.
  3. Delete or comment out the code that generates the error message.
  4. Save the changes you made to the file.

Hope it helps; let us know if you need more help.

Regards,

CedCommerce