I am working on Dawn theme. I need to design login and signup. How can I do that?
Hi @blueboss100
Okay, please share your store URL. If it is password-protected, also send the password. And please share the login and signup design you want—I will set up the same design for you.
Best regards,
Devcoder ![]()
I need to know how I can do it.
Hi @blueboss100
What design do you want? Based on that, we’ll need to apply custom CSS.
I can definitely help but these are the hard rules you need to follow. Are you trying to create a custom login/signup styled page?
| Rule | Why |
|---|---|
Always use {%- form 'customer_login' -%} |
Shopify won’t authenticate without it |
Keep name="customer[email]" exactly |
These field names are required |
Keep name="customer[password]" exactly |
Same reason |
| Use `{{ form.errors | default_errors }}` |
Don’t change the form action |
Shopify handles it automatically |
This depends on what kind of user accounts you have in your store setting.
If it’s “Legacy accounts”, then you can edit those pages as part of the theme.
However, if you have newer “Customer accounts”, then it’s only possible to change in settings or use apps to perform limited customization on this type of accounts.
There is no liquid code or CSS access.
Legacy accounts option is no longer available on new stores.
Well, I do not know how old the store in question is.
In this case there is not much can be done except for using/developing an app.
And it’s limited too.