Hi guys, I’m looking for some coding help to edit the text on this page. My website is focussed around a membership where you need to create an account before a purchase. I would like to change the main text to ‘Login or create an account to continue’. I know it has the create an account link below but I would like it to be on the main body of text too
To update the text in the Ride theme, you’ll need to edit the relevant Liquid template or localization file in your Shopify theme. Here’s how you can proceed:
Online Store
Themes
Edit Code
Look for the login.liquid or similar file under Sections or Templates. Sometimes, this text might also be found in a snippet (e.g., customer-login.liquid).
Add this code under the
# Login or create an account to continue
or
Forgot your password?
Create account
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!
This “solves” his problem but it actually doesn’t and worse, it introduces new problems which is terrible. Implementing this breaks his current setup and no longer allows customers to log in or sign up.