Remove "Create Account" on login page Dawn Theme

Hi,

I am trying to make my store a “members only” site as such, meaning they must have an account to enter the site. I have it activated that they need to login to see the site but the option for anyone to just create an account and proceed is still there. How can i remove this ?

Hey @scahill
Kindly share your Store URL and Password if enabled

www.eireplantparts.com

Hey @scahill

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Hi,

This worked on the login screen but when i reactivated it to force login to view site, create account reappeared

@scahill try below css into base.css file

a[href="/account/register"] {
    display: none !important;
}
1 Like

Hey @scahill !

Instead of removing the option to create an account, you may want to consider using an app such as our Helium Customer Fields app which would allow you to create a custom registration form, including a setting to require account approval, which means that you can manually review new applications before granting access to your site.