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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.