Rremove custom style for avatar’s img
-
Could you remove custom style for avatar’s img?
These styles cause the avatar to appear incorrectly in different themes in my BuddyPress site.Now I’m temporary using this JS code for fix it
jQuery( document ).ready( function(){ // fix size for social-login avatar $("img.avatar").removeAttr("style"); });
v7.12.48
- The topic ‘Rremove custom style for avatar’s img’ is closed to new replies.