Skip to Content
Menu
This question has been flagged
1 Reply
3379 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
3109
1
Mar 21
4100
0
Mar 15
4427
1
Jul 25
18
1
Jul 25
2772