- This topic has 1 reply, 2 voices, and was last updated 2 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › BP Better Messages › disable the buddypress profile avatar in the mobile chat?
Hi there!
Is possible to disable the buddypress profile avatar in the mobile chat? It would increase the UX. The buddypress profile avatar is making the mobile chat super small.
Thank you!
Hi there!
You can hide them with CSS, for example:
.bp-messages-wrap.bp-messages-mobile .list .messages-stack .pic{
display: none !important;
}
Thanks!