#44269
 sharmstr
Moderator

@connectclever Not sure if you noticed this or not, but if you have social login set to use the social network avatar, the members avatar will not display correctly in the main menu. I’ve narrowed this down to the fact that SL (social login) does their own filtering routines of BPs get_avatar. In the main menu, Kleo uses the html=false argument to so it can add a class to the avatar which makes it rounded, but more importantly, removes the border. In any case, I’ve contacted the developers of SL and asked them that they support html=false. Its a standard/supported BP arguments, so seems to me they should respect it.

In the meantime or if they decide not to support it, you can use the attached code in your functions.php file.

And this in your child css

COPY CODE

.kleo-avatar-menu img {
	border: none !important;
}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Attachments:
  1. sl-avatar.txt

Log in with your credentials

Forgot your details?