Admin Background in post

i think you miss what i want, need option for background color, which be used in post for admin and moderators separate colors, @Brogan provide me this code
PHP:
.message.staff .messageContent {
background-color: orange;
}

but want separate for admin and mods
 
ok thank it is possible to add separate color to moderators and admin
yes i no that, just example, any tutorial how to set diferent color for admin and moderator
OP, go into a Usergroup of your choice, and put this in "Username CSS" for colors:
Code:
font-family: "Lucida Grande" ,Helvetica,Arial,sans-serif;
font-weight: bold;
color: #ffe400;
That's what I have for one of my users.
 
Top Bottom