How Can We Help?
How to change group chat administrators text color?
Set individuals apart as group chat administrators by changing the
color of your username and message text. By default, the color is red.
In the user list
.admin .user-name { color: orange; }
In the group chat
.admin .message-user-name { color: orange; }
To know how to edit web CSS, click this link.