View Full Version : White Font?
lazerguy_82
01-10-2011, 08:17 PM
Can somebody help me with this?
How do I make the fonts & buttons in the user profiles black?
http://www.ww2incolor.com/forum/member.php?7298-Procyon
Xtrato
01-11-2011, 06:29 AM
well for side bar links is :
#sidebar_container a {
color:#000;
}
for the text :
#sidebar_container .blocksubhead {
color:#000;
}
if you want it black...
somewhere in your stylevars something got messed up , but you can place that code in some additional CSS file, i recommend overwriting VARS for customization , you have more control and its easier to change.
just create a file mycss.css , place it anywhere , then just link it , but put it on the common templates at the TOP of the HEADER template code, so it comes after all VARS..
lazerguy_82
01-11-2011, 03:45 PM
well for side bar links is :
#sidebar_container a {
color:#000;
}
for the text :
#sidebar_container .blocksubhead {
color:#000;
}
if you want it black...
somewhere in your stylevars something got messed up , but you can place that code in some additional CSS file, i recommend overwriting VARS for customization , you have more control and its easier to change.
just create a file mycss.css , place it anywhere , then just link it , but put it on the common templates at the TOP of the HEADER template code, so it comes after all VARS..
Thanks for the reply. What do you mean by 'then just link it'? Like this?
<LINK href="mycss.css" rel="stylesheet" type="text/css">
metalguy639
01-11-2011, 04:14 PM
Yeah just place it in your headerinclude.
If you have problems finding the stylevars you can use a firefox add-on called Firebug. its good at helping you find the code you need, of course you have to use Firefox as a browser. And personally instead of making a new file I would just find those values in the files already there and change them. In your admincp you can "Search Templates" in the Style area. Use that to find those variables in your style already and change then in the "Edit Templates" area.
lazerguy_82
01-11-2011, 04:19 PM
Yup, thanks. All fixed using firebug :)
metalguy639
01-11-2011, 04:37 PM
Glad you got it all fixed :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.