Nina S

My feedback

4 results found

  1. 33 votes
    How important is this to you?

    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.

    Nina S supported this idea  · 
  2. 18 votes
    How important is this to you?
    Nina S supported this idea  · 
  3. 21 votes
    How important is this to you?
    Nina S supported this idea  · 
  4. 121 votes
    How important is this to you?
    Nina S supported this idea  · 

Feedback and Knowledge Base