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.
Just add it into the body class. The thumb captions have their own classes.
Please forgive my ignorance...How exactly would I do that?
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;
}
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.