Quote:
Originally Posted by KuRi
how can i make all the text black??
Quote: Originally posted by and message??
cus my forums theme uses a light font color it hardly shows in this
|
Use this :
HTML Code:
<font color="#000000"> </font>
Step 1
You want to change text color of "Quote : (...)" into black ?
Do this in the code
Find
and change it to
Code:
<font color="#000000">$vbphrase[quote]:</font>
Step 2
Use the same technic for
Code:
$vbphrase[originally_posted_by_x]
->
Code:
<font color="#000000">$vbphrase[originally_posted_by_x]</font>
Step 3
And last for the text :
->
Code:
<font color="#000000">$message</font>
P.S : $message variable appears two times in the code.