Hi, i wanted to know how i can add sign in button below sign up button in the create account page with custom text like- Already a user? Sign in.
Hi there!
You can add this by editing the customers/register.liquid file in the Debut and Dawn themes. Here is the code to add right before the {% endform %} tag:
#### Already have an account?
Log in
If you are using a different theme, the process may be slightly different but ultimately you are just adding a link to a liquid file. If you don’t know how to do this or don’t feel comfortable editing the code, shoot me a DM ![]()
Thank you so much! it worked perfectly!
