Quote:
Originally Posted by Viperwolf
im sorry for sounding a noob, but i also have the problem of black post text on the black background when posting. i have been searching for two days now for a solution but i cant find anything.
is there a way for me to change the standard text collour used in posting?. trough Stylevariable or something?.
im using Vbulletin 4.1.3 and installed the Darkvision fixed version.
thanks in advance for the help.
|
Quote:
Originally Posted by v12kid
same question, what css file do I edit to change the text color? typing black over a black background does not make sense at all
|
Go to the Additional.css and add this line of code...
body.wysiwyg {color: white;}
Just found this today myself so I figured I would pass it on.