simple messenger background CSS

Hello everyone


I'm not sure if this is a template issue or not but i cant seem to change the background of the Simple Messenger. I've edited most things in;

 

modules/boonex/simple_messenger/templates/base/css/simple_messenger.css

Nothing seems to work, unless i'm not doing something right.

Here's a picture of my problem

Simple Messenger

Quote · 2 Oct 2012

Hello

If you are talking about gray background under Thumbnail and Username then you need to take a look at modules/boonex/simple_messenger/templates/base/css/simple_messenger.css CSS file, line near 80 (for Dolphin 7.0.9). You should see the code similar to the following there

div.simple_messenger_chat_block div.messages_history div.sender_info {
    background-color#E4E4E4;
    padding5px;
}
 
P.S. I recommend you to use FireBug extension for FireFox browser. It allows to find necessary CSS classes without any problems.
Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 3 Oct 2012

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

Quote · 3 Oct 2012

 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;

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 4 Oct 2012

You are an absolute star! Thanks very much, cured it.

Quote · 4 Oct 2012

 Hello

You are an absolute star! Thanks very much, cured it.

 You are welcome. :)

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 5 Oct 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.