• Dev
  • How to hide login & signup fields CSS

If you want absolutely nothing to appear I recommend display:none; the difference is that with visibility:hidden; It is not visible but takes up its original space while display:none; It is hidden and does not take up space.

    Darkle

    .Form-group {display:none;}
    .Modal-footer {display:none;}

    am i doing correctly , i dont want to set everything to none and end-up in a blank page😬

    AWESOME .. thanks for the trick it worked 😍

    oops social login not working, its stuck at signup page

    we have to choose password na after social login , so we should not disable .Form-group {display:none;}

    how to hide password field and login button ?

    something like .Form-group.password {display:none;} ?

    Could someone contribute css code please 🐈

    If I understand correctly you want to have only the buttons for social login. But you can not hide the form, because an input is necessary as soon as one uses the social login? I have not used this function until now. I'll have a look at it when I'm at home.

    • Hari replied to this.
      3 months later

      Juba007 This issue is resolved, there is a new extension for this

      Solved

        7 months later

        gurroz never tried it, but I'm sure it should work. Install fof/oAuth too