3
Or without having to install a module:
Open up your style.css and add values for
span.online_admin and span.online_moderator respectively
for example:
span.online_admin {
color: red;
}
span.online_moderator {
color: green;
}
That, hex colors, or RGB will work for the value.