View Full Version : Text Color Hack
Lord Illicious
09-05-2001, 01:00 PM
Is there a way to change or set the text color in vB2.0.0 (This text) if im using a black background?
Admin
09-05-2001, 01:09 PM
Admin CP => Styles => Modify => Fonts Colors etc. => Fonts.
You can set the color there for Large Font, Normal Font and Smalll Font.
Steve Machol
09-05-2001, 02:47 PM
Lord Illicious,
You really should upgrade to 2.0.3 to fix some security issues and take advantage of bug fixes and new features. You can download it from the Members Area.
Also, could you please enter your license info into your user profile? See my sig for details. Thanks! :)
Afterburner
09-05-2001, 07:33 PM
btw I have also a problem with the color in a topic which is longer than one site, look: http://www.the-afterburner.com/vbulletin/showthread.php?s=&threadid=2731
(7): [ 1 2 3 4 5 6 7 > ]
I want to have to all in white, I tried to edit thiss in the templates but it was overwritten by the settings for the link color
Gramphos
09-07-2001, 12:35 PM
Afterburner,
I checked on that page, and I have a solution.
In the styles after
#ltlink A:hover {
COLOR: #FF4400;
TEXT-DECORATION: underline;
}
add
#tht A:link, #tht A:visited.thtcolor, #tht A:active.thtcolor {
COLOR: #FFFFFF;
}
And change the <td>- before the links to <td id=tht>
Afterburner
09-07-2001, 06:27 PM
thx for the tip, but your code doesnt work correct, I had to changed it to:
#tht A:link, #tht A:visited, #tht A:active {
COLOR: #FFFFFF;
}
Gramphos
09-07-2001, 07:48 PM
Originally posted by Afterburner
thx for the tip, but your code doesnt work correct, I had to changed it to:
#tht A:link, #tht A:visited, #tht A:active {
COLOR: #FFFFFF;
}
That was a rest from my testings I did remove it from the first one, but missed the second one.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.