View Full Version : How to change text color
NickHark
09-08-2010, 03:55 AM
How do I change the font color to black so my users can see it?
Do I change the font size in the same place?
Thanks
Nick
Jack12
09-08-2010, 04:56 AM
The following stylevars:
toplinks_link_color - for the links colour.
toplinks_linkhover_color - for the links colour when your mouse is over it.
toplinks_text - for the colour of text that isn't a link.
NickHark
09-09-2010, 01:31 AM
The following stylevars:
toplinks_link_color - for the links colour.
toplinks_linkhover_color - for the links colour when your mouse is over it.
toplinks_text - for the colour of text that isn't a link.
I got the color changed, thanks.
But I can't find toplinks_text to change the color from white to black.
NickHark
09-11-2010, 02:31 PM
I still can't find toplinks_text - for the colour of text that isn't a link.
I want to change "Welcome" to black font.
Jack12
09-11-2010, 03:11 PM
I still can't find toplinks_text - for the colour of text that isn't a link.
I want to change "Welcome" to black font.
Huh, that's weird.
If you can't find it you can change it using css.
Add the following to your additional.css template.
.toplinks ul.isuser li { color:#000000; }
NickHark
09-13-2010, 11:53 AM
Huh, that's weird.
If you can't find it you can change it using css.
Add the following to your additional.css template.
.toplinks ul.isuser li { color:#000000; }
Thanks Jack. That did it.
Nick
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.