forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: ChiDao on March 31, 2005, 10:29:21 pm

Title: Problem with text color
Post by: ChiDao on March 31, 2005, 10:29:21 pm
I try to change album name font color to be orange in "hardwired"
According to styleguide theme I belive it should be tableh2 to be modified but I cant see any change after I upload style sheet with this change:

.tableh2 {
        background: #616C7A ;
        color : #FF9900;                  <- this color code is changed
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;


Any word of advice?
Title: Re: Problem with text color
Post by: kegobeer on April 01, 2005, 02:31:26 am
Look at the html and see if there is a span before the text you want to change, or if there is another tag that is overriding the tableh2 class.