January 30, 2018 at 19:20
#187304
Moderator
Hi,
To fix the display of this feature please use the below CSS
COPY CODE
#buddypress .activity-list .activity-content .activity-header img.avatar {
display: inline-block !important;
margin: -5px 5px -8px 2px !important;
}
If you’d like to remove it please use the below CSS instead
COPY CODE
#buddypress .activity-list .activity-content .activity-header img.avatar {
display: none;
}
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution