Hello
Thanks for the heads up on the grey bit, i'll change that too. It's not that, that i'm trying to change.. it's the font colour or background for the bit where the msg's are displayed, currently it's the same as the background so you can't see anything either party has written
OK. Looks like you are saying about the body of the message which should be visible in the second line under Sender and Date. If so, you need to edit the same CSS file, find the following code (line 158)
div.simple_messenger_chat_block div.messages_history div.messages_section div.message_wrapper div.message{
margin-top:5px;
}
and change the color by adding
color: #color_code;