Changing text or background colour in mailbox..

Anyone know where I can find the CSS to change either the text colour when reading messages, or the background colour in same place?

 

My template is showing white background when displaying inbox and viewing messages. 

It also is showing white text!!!

 

Had a look through forums, and also CSS but cant find what Im looking for..

 

Thanks :-)

Quote · 26 Jun 2011

Not sure if I am on your same page, but this controls the DIV of the mail container

templates/base/css/mail.css

div.view_message_container div.message_container {
    padding10px;
    positionrelative;
}
You could change it in this way for example:
div.view_message_container div.message_container {
background: #000;
    padding10px;
    positionrelative;
}
The color of the text in the Dolphin default template is in the Body
templates/base/css/common.css
body {
    color#333333;
    font-familyVerdana,Arial;
    font-size11px;
}
Web Development, Multimedia Design and Social Media.
Quote · 26 Jun 2011

Thats worked for the bottom part of the message, which now has black background with white text - Thanks.

 

Any ideas though on the top part of the message?

Still have the white on white in both the archive box, and the header part of the message as in the screen shot below.

 

Thanks - Tim

 

Quote · 28 Jun 2011

Hi, is there a way that i can have to user choose there color to display on that static message on top or is there just 1 or 2 options. Some members r complaining that, their message can not be read.

Everyday is a new beginning.
Quote · 28 Oct 2012

You should really install firefox and use the firebug plugin.

You ctrl-click any item on your page and can see all the CSS that controls it.

PLUS you can edit it live and see how iat looks against the other changes you have made.

GREAT tool!

http://www.mytikibar.com
Quote · 28 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.