Home Forums WoodMart support forum Hide 'No Account Yet?' on login side bar

Hide 'No Account Yet?' on login side bar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #167195

    Jay93
    Participant

    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!

    #167244

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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.

Viewing 2 posts - 1 through 2 (of 2 total)