W Wolf1278 Member Oct 2, 2013 #1 I can't seem to find how to change the color of the text on the user bar: so it looks more like so:
TPerry Well-known member Oct 2, 2013 #3 Amaury said: It is controlled by @primaryLighter. Click to expand... Actually, to adjust the colors you would (in EXTRA.css) use Code: #moderatorBar a { color: green; } where green is the color of the link (the Admin shortcut, the Reports, etc). To adjust the Item Count (the number) you would use in EXTRA.css Code: #moderatorBar .itemCount { color:red; background:cyan; } where red is the text color you want and cyan is the background color. That way you do not effect the other locations that primaryLighter is called at. Upvote 0 Downvote
Amaury said: It is controlled by @primaryLighter. Click to expand... Actually, to adjust the colors you would (in EXTRA.css) use Code: #moderatorBar a { color: green; } where green is the color of the link (the Admin shortcut, the Reports, etc). To adjust the Item Count (the number) you would use in EXTRA.css Code: #moderatorBar .itemCount { color:red; background:cyan; } where red is the text color you want and cyan is the background color. That way you do not effect the other locations that primaryLighter is called at.