How to change the color of site messages

Hi,

I would like to change the color of information displays. For example; when you upload video/photo you get a message like "you have successfully uploaded the photo and waiting for moderation". These types of messages are shown in grey color and it is momentary as well.

I like to change the color from grey to some other easily visible and also want to extend the message display time (at least 5 sec). Which file I need to edit? It is in CSS?

Quote · 4 Feb 2010

please........

Quote · 5 Feb 2010

Hello, install the firebug extension for firefox, that tool will help you with html file inspect

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 5 Feb 2010

I have been able to modify the color to from grey to red in the template/base/css/common.css


Locate the following coding and change the color number to your choice of color:

}
.MsgBox .msgbox_text {
text-align:center;
color:#990000;
font-weight:bold;
font-size:14px;
padding:10px;
text-transform:uppercase;
/* text-shadow: #333 1px 1px 2px; */
}

"Much success"

Quote · 5 Feb 2010

Thanks Kelley.

Is there any way to extend the message display time?

Quote · 6 Feb 2010
 
 
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.