smf_1-1_rc2 Theme Help smf_1-1_rc2 Theme Help
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

smf_1-1_rc2 Theme Help

Started by jirsh, March 20, 2008, 04:03:36 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jirsh

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.

Nibbler

Just add it into the body class. The thumb captions have their own classes.

jirsh

Please forgive my ignorance...How exactly would I do that?

Nibbler

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;
}

Joachim Müller

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.