Created
February 7, 2021 01:21
-
-
Save Steffo99/5d29df4f0e9641961a6532da853a1541 to your computer and use it in GitHub Desktop.
HIde the regular login form and only display external login buttons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.login-form-and-externals form { | |
display: none; | |
} | |
.login-form-and-externals .external-login-blocks .block-title { | |
visibility: hidden; | |
} | |
.login-form-and-externals .external-login-blocks .block-title::before { | |
visibility: visible; | |
content: 'Sign in with'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment