Brenda Brooks
My feedback
2 results found
-
33 votesEvgeny Zaritovskiy responded
Workaround from Beardo:
To restore the old authorization page look:
/* SOCIAL LOGIN BUTTONS HIDE */
.WaGadgetAuthorizationRequired .openAuthFormContainer {
border-right: none;
max-width: 0px;
padding-right: 40px;
display: none;
}/* PADDING TO SOCIAL LOGIN BUTTONS HIDE */
.WaGadgetAuthorizationRequired .authFormContainer {
padding-left: 0;
}To remove the login buttons from the member directory personal profiles (at the bottom):
/* MEMBER SOCIAL LOGIN BUTTONS HIDE */
#socialLoginContainer, #idSocialLoginContainer {
display: none;
}Just copy/paste the above and update your “user.css” file.
Brenda Brooks supported this idea ·An error occurred while saving the comment -
26 votesBrenda Brooks supported this idea ·
An error occurred while saving the comment Brenda Brooks commentedI would like this feature added as well!
p.s. - Everyone who wants/needs new features. Please be sure to speak up in these forums. I believe if we make it clear which issues are important to us, those issues will bubble up higher on the release list.
As we all know - time is precious and limited. The WA developers will focus their efforts on the issues that they believe is most important to us.
Thanks so much for the css code. Nice workaround until this feature can be turned off.
[quote user="TBOC"]
I used this and have it eliminated hidden entirely:
To restore the old authorization page look:
/*SOCIAL LOGIN BUTTONS HIDE*/
.WaGadgetAuthorizationRequired .openAuthFormContainer {
border-right: none;
max-width: 0px;
padding-right: 40px;
display: none;
}
/*PADDING TO SOCIAL LOGIN BUTTONS HIDE*/
.WaGadgetAuthorizationRequired .authFormContainer {
padding-left: 0;
}
To remove the login buttons from the member directory personal profiles (at the bottom):
/*MEMBER SOCIAL LOGIN BUTTONS HIDE*/
#socialLoginContainer, #idSocialLoginContainer {
display: none;
}
Just copy/paste the above and update your "user.css" file.[/quote]