How to remove create an account on home page (supply theme)

Hi there,

I would like to hide/remove the “Create Account” function from Supply Theme, leaving the login entry box. Can anyone help please?

My page is https://powdercandleaustralia.com.au/

Thank you,

Gerli

Hello @gerlikask

It’s GemPages support team and glad to support you today.

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before

I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

Thank you for your response. It worked on the desktop, but CREATE ACCOUNT option still remains on the phone.

Hello @gerlikask

glad to support you today.

Go to Online Store->Theme->Edit code

Paste the following code at the bottom of theme.scss

.site-header--text-links #customer_login_link{
 display:none !important;
}

Hello @gerlikask

It’s GemPages support team and glad to support you today.

To hide CREATE ACCOUNT option on mobile

Please add the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

Thank you, it worked :slightly_smiling_face:

It’s my pleasure to help :grin: .