Hi,
I’m using a MiniOrange integration plan to allow my organization’s Volunteers to log in to our shop by using their WordPress credentials. This works great, but I’d like to remove the “Or Login Via” option so that they can only log in via MniOrange.
I already used a bit of code to hide the “Create a User” option as it’s not needed, but I need some help disabling the email login.
To be clear, here is the code I’m using to hide the account creation prompt:
});
[href=“/account”],[href=“/account/login”],[href=“/account/register”]{display:none;}
