This guide is for anyone, who wants to customize their Member Groups.
It's great if you're willing to distinguish between Staff, Members, Donators or other Member Groups. I'll add some default codes within this guide, which you can easily implement on your website.
Link to HTML Color Names There are many colors that may suite your needs or color tastes, that's why this is handy. You don't want to have your Members to have cyan color on a Light Skin and so forth. Step by Step
ACP > Users & groups > Groups > (group of your choice)
Username Style /Group Formatting Field is what we're going to be working with: I will be using the " fa-fa-heart " icon as default for Admins.
Also depending on what fontawesome Icon you use it might be best put a space between </i> and <span style> to make the names not collide.
What you see above, is customized color/icon that I use on my boards for admins. fa fa-user means icon used, all FA icon codes are found in useful links.
Code:
"color: pink;"
means the user icon will be pink(so it's distinguished from other Members.)
Code:
span style='color:pink'
means the color of the Admin's username.
Final result:
Additionally:
You can add other formats like hexadecimal and shadows.