PDA

View Full Version : How to set username color


Mineshrai
03-27-2011, 12:05 PM
Hello
I want to set different colors for different user group i.e I want to set different color for admin, moderator, members, etc. how to do it

BigAl205
03-27-2011, 01:33 PM
Here's an example for the admin usergroup...

In adminCP go to usergroups==> usergroup manager
In the line that says 'Username HTML Markup ' go to the first box and enter <span style="font: 16px verdana; text-decoration: underline; font-weight: bold; color: red;">



In the second box enter </span>


You can change the stuff in the first box to your liking such as change 'red' to 'blue' or remove the part about 'text-decoration: underline;'

Follow the same procedures for the other usergroups ;)