Please help me, I am seeing the BuddyPress Social Connect CSSS, when I activate this plugin.
How can I disable the css.
Hit to: http://dsgportal.org/site/
Please disable the facebook option in the bp-social connect settings for this .
Hi Alex, it didn't disappearr, even after i deleted the plugin.
Please use this custom css to hide the button.
#vibe_bp_login span.fbLoginButton{
display:none;
}
Latiyan, it does not work. it hides both BuddyPress Social Connect and WP FB Connect.
Please clarify the issue ?
Do you want two Fb login buttons ? If no, then you do not need to install the WP FB Connect because FB login is already available in BP Social connect and it would also import profile pic from Facebook.
Secondly it seems the BP Social connect general settings are not saved which consists of styling for the BP Social connect buttons. Go to WP Admin - Settings - BP Social connect - General and click save.
Try adding the given css from wp-admin -> appearance -> customize -> custom css :
.fbLoginButton:before {
font-family: fonticon;
content: "";
position: absolute;
left: 0;
top: 0;
color: #FFF;
font-size: 16px;
padding: 7px 10px;
background: transparent;
}
#vibe_bp_login span {
background: transparent;
}
Hi Alex, Thank you very much. It has solved my situation.