Home › Forums › BP Better Messages › disable the buddypress profile avatar in the mobile chat? › Reply To: disable the buddypress profile avatar in the mobile chat?
May 5, 2022 at 6:47 am
#12712
Support
Keymaster
Hi there!
You can hide them with CSS, for example:
.bp-messages-wrap.bp-messages-mobile .list .messages-stack .pic{
display: none !important;
}
Thanks!