In the above link (
https://vborg.vbsupport.ru/showp...&postcount=795) you can see how we change the background colour of the "
text input area".
If you want to change the background colour of the "
message area", then in Valter Templates>
vsa_chatbox template find
Code:
;width:auto;font-size:{vb:raw vsacb_textsize}">
and replace with
Code:
;width:auto;font-size:{vb:raw vsacb_textsize};background-color:#000000">
where
#000000 is the desirable colour.