Hide Create Account link + disable register page

Topic summary

Hiding the “Create account” link on the Shopify Prestige theme’s login page and attempts to disable the register page.

  • A working CSS-only fix was shared to hide the hint/link on the login page: add “.template-login .Form__Hint { display: none; }” to assets/theme.css. The original poster and another user confirmed it works to hide the text/link.

  • The request to fully disable the register page remains unresolved. The CSS change only hides the link on the login page; it does not deactivate the /account/register route itself.

  • An open question asks whether customers can still create accounts during checkout after this change. No answer was provided.

  • Others reported bot-driven fake signups and said the CSS did not prevent access to the register page in Prestige. A B2B store using an Advanced Registration app still sees bots bypassing the lock and creating accounts.

  • No anti-bot or hard disable solution (e.g., redirecting /account/register, theme/liquid changes, or platform settings) was provided. Discussion remains open with unresolved security and disablement steps.

Summarized with AI on January 14. AI used: gpt-5.

Hi, I need help with hiding account link and text on sign-in page + disable account/register page. Can please help me here ? I use Prestige theme.

Kind regards

1 Like

@sakki

Please share your website URL and password if any. I will check and provide a solution here.

Thanks!

1 Like

https://b.salonpremium.com/account/login

https://b.salonpremium.com/account/register

Please find links here..

https://b.salonpremium.com/account/login

https://b.salonpremium.com/account/register

1 Like

@sakki

Please add the following code at the bottom of your assets/theme.css file.

.template-login .Form__Hint{
display: none;
}

Hope this works.

Thanks!

Thank you so much!!!

1 Like

@sakki

Welcome.

If helpful then please Like and Accept Solution.

hello, this also worked for me, however I was just thinking, will customers still be able to create an account during checkout even though I added this code?

Hi DMW,

I am having an issue with bots with fake email sign up and wish to deactivate the account register page. I used this code for the same theme Prestige but it doesn’t work. Ant thoughts?

www.grandpacificcustoms.com

Thanks,

G

I have the same issue and cant find any solution :disappointed_face:
I am running a B2B shop and using Advanced Registration App to lock to the shop. Somehow the bots are able to surpass it and do fake sign ups all the time.

Anyone know how I can prevent it? Thank you