Skip to Content
Menu
This question has been flagged
1 Reply
3074 Views

Hi,


I want to hide the user avatar image on chatter



How can I do it ?

Is it possible to inherit chatters css to change this ?


Thanks in advance!

Avatar
Discard
Best Answer
Hi,
In your css file add

.o_Message_sidebar {
display: none;
}

This will remove the avatar image from the chatter
Avatar
Discard
Related Posts Replies Views Activity
1
Nov 24
2694
1
Mar 21
3770
0
Mar 15
4006
1
Jul 25
18
1
Jul 25
1965