XF 1.5 Can't color text

MirandaSings

Active member
I am trying to color the text of the banner for user groups. I managed to color the background, but the text doesn't work?

Code:
.userBanner.Senior-GM
{
color: Purple;
background-color: Cyan;
}


Senior-GM usergroup is listed as CSS class name for
userBanner Senior-GM


Why is the text still saying black but the background color is fine?
 
Top Bottom