Social Login trick
It may be not a legal post but still I'm posting it. Because so many users are using this plugin but it includes plugin vendor name and even its link. It looks kind of advertising. So I came up with new idea to hide the dirty credits below the social icons.
note: It may not work for wp-login page, (I'm not allowing to load wp-admin in my wp site, so I don't know)
Trick
There are 2 types of icons are available to select for free version of social login at vendor's (oneall) dashboard. Codes for both are attached below.In your childtheme's(preferred) or Theme's style.css, Paste the code snippet shown below.
This code will help you to hide the credits.
For icon type 1
This file contains 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
.oneall_social_login { | |
height: 65px !important; | |
overflow: hidden !important } | |
.oneall_social_login_providers { | |
height: 45px !important; | |
overflow: hidden !important | |
} |
For icon type 2
This file contains 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
.oneall_social_login { | |
height: 160px !important; | |
overflow: hidden !important } | |
.oneall_social_login_providers { | |
height: 130px !important; | |
overflow: hidden !important | |
} |
And of-course feel free to ask question ;)
0 comments:
Post a Comment