View Full Version : Different colors (styles) for each top level category / forum?


kstatham
8th September 2005, 11:11 PM
Hi,

Newbie here. I'm wondering if I can set up a new top level category, that is also a forum, with a different color than my other categories?

I hope this is not a stupid question.

Thanks,
Ken

smacklan
9th September 2005, 03:15 AM
Not easily ;) You would have to do that through a custom CSS.

Ambient Decay
13th May 2007, 06:28 AM
Of course you can, it'll take a lot of time and effort but it can be done. CSS would work best. You could try using a CMS if you were worried about ease of doing it, but sometimes those are more of a hassle then blessings. Check out this site for helpful tuts. http://www.w3schools.com/

Edder
24th May 2007, 09:57 PM
After creating a different CSS class for each category, you would probably need to hard code a PHP loop to display the correct style with its corresponding forum. Try searching for a template hack as I'm sure others have requested this before.