coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: jirsh on March 20, 2008, 04:03:36 PM

Title: smf_1-1_rc2 Theme Help
Post by: jirsh on March 20, 2008, 04:03:36 PM
Hello, I have gone through the entire CSS trying to find where to change the entire forum text color i.e. the text underneath a pic that shows the view and when added as well as the comment text etc. Any help will be appreciated.
Title: Re: smf_1-1_rc2 Theme Help
Post by: Nibbler on March 20, 2008, 04:05:38 PM
Just add it into the body class. The thumb captions have their own classes.
Title: Re: smf_1-1_rc2 Theme Help
Post by: jirsh on March 20, 2008, 04:07:59 PM
Please forgive my ignorance...How exactly would I do that?
Title: Re: smf_1-1_rc2 Theme Help
Post by: Nibbler on March 20, 2008, 04:14:00 PM
Well, the css class for the body is this:


body
{
        background-color: #E5E5E8;
        margin: 0px;
        padding: 0px 0px 4px 0px;
}


So to make all text red you would change it to this:


body
{
        background-color: #E5E5E8;
        margin: 0px;
        padding: 0px 0px 4px 0px;
        color: red;
}
Title: Re: smf_1-1_rc2 Theme Help
Post by: Joachim Müller on March 20, 2008, 07:27:12 PM
Quote from: jirsh on March 20, 2008, 04:03:36 PM
where to change the entire forum text color
Coppermine is not a forum btw.