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
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:
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
It’s my pleasure to help .