How Can We Help?
How to change an ADMIN text color in mobile?
By default, all admins have a red color. You may change the default ADMIN text color (the color of the admin name).
.admin .message-user-name,
.admin .user-name {
color: #2DA8E0 !important;
}
To know how to edit the mobile CSS, refer to this link.