Hello, I am wanting to move the “enter using password” position as shown below. Instead of an email form I want it to be a password form if possible. Any help is appreciated!
you cna change this by going code. use chatgpt for code
Hello @Mrlowprofile !
Absolutely! You’re on the Shopify password (coming soon) page, and you’d like to:
-
Replace the email form with the password input form
-
Move the “Enter using password” link (currently in the header) to under your logo (center of the page)
STEP 1: Replace Email Form With Password Form
This involves editing the password page template.
Go to:
Online Store > Themes > Actions > Edit Code
-
Open:
- /templates/password.liquid
-
Find and remove or comment out the form for the newsletter/email (it will look like this):
-
Replace it with the password form (normally found near the top of the page or in a snippet). You can add this snippet instead:
- Enter
STEP 2: Move “Enter using password” Link Under Logo
If you’re using the default Shopify password page, that “Enter using password” link is typically rendered by this snippet:
To move it:
-
Search for the link code in:
- /templates/password.liquid
-
or
- /sections/password-header.liquid
Cut it from its current location (in the section)
Paste it below your logo section, like:
If this reply was useful to you, we would really appreciate it if you gave us a LIKE and mark the issue as SOLVED!
Hey there,
To add the “Enter using password” option, please provide collaborator access so I can make the necessary code changes.
It should take around 15–20 minutes to complete.
Thanks!