Text only
|
Text with Images
coppermine-gallery.com/forum
Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: mel930 on August 14, 2007, 01:31:09 AM
Title:
Editing the default font color SubSilver style.css
Post by:
mel930
on
August 14, 2007, 01:31:09 AM
Is there a way to do this?
Thanks in advance!
Title:
Re: Editing the default font color SubSilver style.css
Post by:
Nibbler
on
August 14, 2007, 02:08:38 AM
Add your color to the stylesheet
Code
Select
Expand
body {
background-color : #e5e5e5;
padding-top : 0px;
color: red;
}
Title:
Re: Editing the default font color SubSilver style.css
Post by:
mel930
on
August 14, 2007, 03:36:41 AM
Thank you so much! It is just right now........
Text only
|
Text with Images