The above is my current login page. I want to add a signup link in this page.
Please let me know the file where can i found the login page coding/html.
Thanks.
Goal: Add a signup (registration) link on the Shopify login page.
Key request: Identify where the login page’s code/html can be edited.
Answer provided: Edit the file Templates/customers/login.liquid.
Implementation: Add an HTML anchor tag () for the signup link within that Liquid template where you want it to appear (e.g., near the login form).
Context: A screenshot of the current login page was shared, but the essential need was the file path for editing.
Technical note: Liquid is Shopify’s templating language used in .liquid files.
Outcome: Clear guidance given; no disagreements or further steps noted. The thread appears resolved with a direct solution.
The above is my current login page. I want to add a signup link in this page.
Please let me know the file where can i found the login page coding/html.
Thanks.
Hello @AnamKamil ,
Edit customers/login.liquid under Templates.
Now here in this file you can add html a/to your need.
Thanks