PDA

View Full Version : This is how to fix the background color!!


mustang_lex
06-24-2005, 03:15 PM
I been fighting with this and finally found the best solution for changing the background color to what ever you want as well as the default text color!

Goto Admin CP , Style Manager, Common Templates, scroll down until you find Additional CSS Definitions.

add


.alt3, .alt3Active
{
background-color: #ffffff;
color: #000000;
}


background-color: #ffffff; = the background color you want
color: #000000; = the default text color you want

SAVE.

Then edit the chat_iframe_blank templete

Look for

<body class='alt2'>

Change to

<body class='alt3'>
There you have it. Enjoy