Hi, i have some button issue when i activate social login.
1) at login pop up
2) /wp-admin
3) after sign un with facebook menu will get this bug.
Please refer image below.
Please share your site url to check the issue. The issue is site specific.
http://www.kelass.com
admin:
[email protected]
Pw: hH5eBqKUUY
http://tinnjw.com/tutor/
admin : admin
pass : pass
I have fixed the issue by adding the css :
.bp_social_connect{
text-align: center;
}
.bp_social_connect a {
background: #3b5998;
color: #FFF;
font-weight: 600;
padding: 15px 20px;
display: inline-block;
text-decoration: none;
min-width: 220px;
margin: 5px 0;
border-radius: 2px;
letter-spacing: 1px;
box-shadow: 0 4px 0 rgba(0,0,0,0.1);
}
.bp_social_connect a:hover{
box-shadow: none;
}
.bp_social_connect a:focus{
box-shadow: inset 0 4px 0 rgba(0,0,0,0.1)
}
#bp_social_connect_twitter{
background:#4099FF;
}
#bp_social_connect_google{
background:#DD4B39;
}
in your bp social connect Social Button Styling