Quote:
Originally Posted by deltahawk5
How can we change the color background of the text input box? Our forum default font is white, due to the fact we use a dark background.
|
editor_background controls that, but you probably don't want to change your editor box background, too.
Go into your
vsa_chatbox template.
Search for this:
Code:
<div class="blockrow" id="vsacb_messagearea" style="background-color:{vb:stylevar
Change the StyleVar that follows
{vb:stylevar from
editor_background to
formrow_background and then
formrow_background will control the background there.
You can use any StyleVar; I just chose
formrow_background for mine since it is like a form.