Editing the default font color SubSilver style.css Editing the default font color SubSilver style.css
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Editing the default font color SubSilver style.css

Started by mel930, August 14, 2007, 01:31:09 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mel930

Is there a way to do this? 

Thanks in advance!

Nibbler

Add your color to the stylesheet


body  {
    background-color : #e5e5e5;
    padding-top : 0px;
    color: red;
}

mel930

Thank you so much!  It is just right now........