Hide 'No Account Yet?' on login side bar
-
Hi,
On our website we have registration turned off but i’ve enabled the logins with social (facebook & google).
I’ve noticed that the off canvas login bar also shows ‘No account yet? CREATE AN ACCOUNT’ which we’d like to hide as you can’t actually register an account. This link just takes you to a login.
Is this possible? Is it showing this because we’re using social logins?
Thanks!
Hello,
The ‘No account yet’ and CREATE AN ACCOUNT’ option is showing by our theme not because of that plugin. To hide it, you can use the below CSS code in global custom CSS area under theme settings >> custom CSS:
.woodmart-login-side-opened .create-account-question{
display:none;
}
Best Regards.