How to add a registration option on the login page?

Hey guys, I hope you’re all doing well!

Just a quick thing I’m stuck on while doing some updates on our website; I’ve added a wishlist option, which takes you to the login page in order to save items there, but I’ve noticed that there isn’t an option to Create Account on this page:

I’ve searched around in Settings & tried Googling to no avail so hoping someone here can help :slightly_smiling_face:

Our theme is Supply if that helps,

Thanks in advance!

Hello @ronniespencer1

Greetings!!

Please follow these steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code->Templates->customers/login.liquid

  • Step 2: Ctrl+f and find this text

{{ 'customer.login.or' | t }} <a href="{{ shop.url }}">{{ 'customer.login.cancel'
  • Step 3: Paste this code below this text For a better understanding :

https://prnt.sc/ahr4mvmOJIJ_

<br>
<a href="https://online-store-399.myshopify.com/account/register">Create Account</a>

Output :

https://nimb.ws/QYedDR

Worked perfectly, thanks so much for taking the time to help out !