Font color of Admin User Nme
3 posters
Page 1 of 1
Font color of Admin User Nme
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, 4:49 pm; edited 1 time in total
Re: Font color of Admin User Nme
Hi,
What's the #s of the groups? In order in the ACP, sorry. I'm using my iPod and its a bit hard to navigate.
What's the #s of the groups? In order in the ACP, sorry. I'm using my iPod and its a bit hard to navigate.
Re: Font color of Admin User Nme
The admin number is u1.
Ok I figured that part out, I had to give the admin a order number it was set a 0, so I changed it to 1 and now the color stays the same red color. That is solved. But I have another issue with it, the legend at the bottom of the forum has both the Administrator and the Moderator Red color, and I have the Moderator a Blue color in groups but its red in the legend. How can I make that Blue likes its supposed to be?
Ok I figured that part out, I had to give the admin a order number it was set a 0, so I changed it to 1 and now the color stays the same red color. That is solved. But I have another issue with it, the legend at the bottom of the forum has both the Administrator and the Moderator Red color, and I have the Moderator a Blue color in groups but its red in the legend. How can I make that Blue likes its supposed to be?
Re: Font color of Admin User Nme
Err, once I have access to a PC, ill make sure to help you and solve your issue, that's if no one else has given any sort of support, mate.
Re: Font color of Admin User Nme
Ok thanks, I'm wondering why the Moderator color is Red in the legend when I have it set at blue in "Groups", I'm in the Moderator groups and the Admin group color is Red and I'm the admin, so I'm wondering if that has something to do with it, also I have not assigned anyone to Moderator yet.
Re: Font color of Admin User Nme
Simply create a group named Administrators (not the actual one) and set it to the highest index (usually 1), select a color, add yourself and there you go.
Actual admin group is hidden by default, that's why your name isn't colored
Actual admin group is hidden by default, that's why your name isn't colored
Re: Font color of Admin User Nme
Alright, I got access to the desktop, alright let's see.
Can you post a screenshot of how you have groups set up inside the Administration Panel, thank you.
Can you post a screenshot of how you have groups set up inside the Administration Panel, thank you.
Re: Font color of Admin User Nme
Its not hidden anymore, and the Admin color is colored red. That has never been the issue, the issue was when I added a Moderator color it changed the admin color because it wasn't assigned a order number, but that has been resolved without having to create another group, all that needed to be done was to change the already existing Admin group order number.
The issue now is how to make the legend show the Blue Moderator color that is set in groups, in the legend it is red like I explained above.
The issue now is how to make the legend show the Blue Moderator color that is set in groups, in the legend it is red like I explained above.
Re: Font color of Admin User Nme
Try adding this:
Just add your color there.. Also, try adding a test account in the Moderation Group, see if his color is red or blue.
- Code:
a[href="/g2-moderators"] {
color: #COLOR;
}
Just add your color there.. Also, try adding a test account in the Moderation Group, see if his color is red or blue.
Re: Font color of Admin User Nme
Hm, go to Display -> Pictures and Colors and change the moderators' color, that should work.
Otherwise, you can set the legend color with this CSS.
Otherwise, you can set the legend color with this CSS.
- Code:
a[href="/g2-moderators"] { /* replace g2 with the appropriate group number */
color: #0000ff !important;
}
Re: Font color of Admin User Nme
Thanks Sir Chivas that worked like a charm.
This is now solved, all issues.
This is now solved, all issues.
Similar topics
» Category font color change
» CSS for Font Color
» Font Color
» Forum Section Font Color
» Font Color of Text in Code
» CSS for Font Color
» Font Color
» Forum Section Font Color
» Font Color of Text in Code
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum