All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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)
This involves editing the password page template.
Online Store > Themes > Actions > Edit Code
Open:
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:
Cut it from its current location (in the <header> section)
Paste it below your logo section, like:
<div class="password-page__logo">
<img src="{{ 'your-logo.png' | asset_url }}" alt="Logo">
</div>
<div class="password-page__enter-link" style="text-align:center; margin-top: 20px;">
<a href="#LoginModal" class="text-link">Enter using password</a>
</div>
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!