Hello!
I’d like to add a specific class to the img tag of the avatars placed on members widget. Is there a way to do that ?
I mean something like that:
<img src="http://mysite.com/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg" alt="avatar" class="avatar newclass" width="50" height="50" />
I found a way to hack the buddypress core but I’d prefer to add some functions to my theme, and target only avatars placed on the “Members” widget, and not other member lists.
Thanks.