Garland has good basic options for theming, but they don't affect the forum.
After choosing one of the preset themes in Garland, the forum colors remain the same old blue.
I can't find anything specific to the forum in Garland "style.css" or anywhere else.
Doesn't anyone know where the forum colors are located?

Comments

vm’s picture

use the firebug addon for firefox to help you realize where the css and what css is being called for specific parts of Drupal.

In garland I believe a lot of the css for the forum.module is inherited from other classes.

you can also theme the forum using your own tpl.php files. see: Customising the forum

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

roaming’s picture

Thanks! I'm going to try that.
I'm not very good with Firebug (not being a coder), but it's helped me before, so I'm going to see what I can get out of it this time.

roaming’s picture

Using Firebug, I found out that what I needed was in:
/files/css/70ae4a451498393fe90ae56db161f3ee.css

That's a long compact file, but it has the codes that affect color changes in the Garland forum, such as:
#forum td.container background-color
and:
#forum th background-color

Thanks again.

vm’s picture

That stylesheet is there because you've altered garlands color scheme beyond default. When you do so garland stores the necessities for the changes in the files folder.

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )