Hello!
I use the "Simplicity" theme. Everything is OK, but the text messages in the chatbox are not visible. The background of the text is very pale. How, and where can I change it? Please help me... :)
I attached picture.
Thanks
.ow_chat_dialog_wrap .ow_dialog_in_item p {
color: #000;
}
This will change the background color.
.ow_dialog_item.odd .ow_dialog_in_item {
background-color: #000;
}
.ow_dialog_item.even .ow_dialog_in_item {
background-color: #000;
}