Quote:
Originally posted by Crinos
Btw, to anyone who is using phpyMyChat, is there any way to change the default chat color from black? which CSS or php file should I change?
I wanna use it with the main frame on a black background, which unfortunately makes the text invisible coz it defaults to black... Thanks in advance...
|
there is a file: config/style.css.php3
search for:
Code:
BODY.mainframe
{
font-family: arial;
background-color: #8D8D8D;
color: #000000;
font-size: <?php echo($medium); ?>pt;
font-weight: 400;
margin: 5px;
}
you can replace color in
color: #000000;