Colored user names in a group

Trickster

New member
Have used Vb forums for a long time, and I liked the mod that allowed each user group to have its own color.
Generally anyone who was an admin had a red colored name, Super Mods blue etc. It was the persons name that was colored not the user title.
Obviously you had the ability to determine the color yourself in the admin cp.
is there anything like this in xenFORO?
if so, how is it done.
Many Thanks, a xenFORO newbie!
 
The styling isn't exposed everywhere though.

The user title and user name styling is present in the following areas:
Staff Online Now block in the sidebar
Message user info in posts and conversations
Conversation Participants block in the sidebar
Member list
Current visitors

In addition, user title styling is present in the following places:
Dropdown menu under the user name on the navigation bar
Member card
Profile page
 
Can you give an example of using CSS? I tried the following but didn't see any results.

Code:
<style type="text/css">
.color- {
    color: #F00;
}
</style>

<body class="color-">
Elite Member
</body>
 
Thanks, guys. I use CSS just often enough to forget everything I learned the last time.
smile.png
 
Top Bottom