I'm having a problem on my new forum I'll explain. I have the Admin name font color set at Red in the "Groups" section and that works fine, but when I add a font color to the Moderator Groups it changes the Admin color to the Mod color. The Admin was automatically added to the Moderator Groups when I created the forum and I can't remove myself from the Mod group. I want the Moderators name to have a Blue font color but when I add a color to it in groups it changes the Admin (me) color to the Mod blue color, and I want to Admin color to remain Red.
I tried using this code in the css but it did nothing:
I also tried this and still nothing:
How can I make the Admin have a color that is not effected by the Mod Group color? I can't remove myself from the Mod groups so I need an alternative. Thanks
Forum URL:
http://avrillavignetalkshow.forumotion.com/
I tried using this code in the css but it did nothing:
- Code:
a[href="/u1"] (
font-color:#ff0000 !important;
}
I also tried this and still nothing:
- Code:
a[href="/u1"] (
color:#ff0000 !important;
}
How can I make the Admin have a color that is not effected by the Mod Group color? I can't remove myself from the Mod groups so I need an alternative. Thanks
Forum URL:
http://avrillavignetalkshow.forumotion.com/
Last edited by runawayhorses on May 29th 2013, 10:49 am; edited 1 time in total