Topic: Each forum using a color

Hi all!

I want to set each forum an color (mean this: when I create a forum, it has a color - not default color, so that my index page has multi color forum).

Thanks!

Re: Each forum using a color

The markup of the Forum allows you to do what you want. Every div element of the forum has an id, for example id="forum1", like the one topics have. You can edit CSS-files to set different colors for forums. For example, this code changes background color of forum with id = 1

#forum1{    background: #EDF1F5;
}

3 (edited by ngoncom 2008-12-04 09:55)

Re: Each forum using a color

Thank you for your guide!

Love punbb! simple, fast & easy in use.

Thank developer team very much!

Re: Each forum using a color

yes,punbb is easy to setup and maitent for webmaster.which make me  love punbb more than phpbb.