The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
||||
|
||||
![]()
well for side bar links is :
Code:
#sidebar_container a { color:#000; } Code:
#sidebar_container .blocksubhead { color:#000; } 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.. |
#3
|
|||
|
|||
![]() Quote:
<LINK href="mycss.css" rel="stylesheet" type="text/css"> |
#4
|
|||
|
|||
![]()
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. |
#5
|
|||
|
|||
![]()
Yup, thanks. All fixed using firebug
![]() |
#6
|
|||
|
|||
![]()
Glad you got it all fixed
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|