Skip to content

eberswine

My feedback

1 result found

  1. 33 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    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.

    eberswine supported this idea  · 
    An error occurred while saving the comment
    eberswine commented  · 

    Put this for a CSS override:

    .WaGadgetAuthorizationRequired .openAuthFormContainer {
    display: none !important;
    }

    An error occurred while saving the comment
    eberswine commented  · 

    Yes, 100% agree!

    Need an easy way to switch this OFF, globally!

    I will try and find an easy css way.

Feedback and Knowledge Base