PDA

View Full Version : Diferent color on diferent forums


filt
07-24-2007, 12:29 PM
Is it possible to have diferent colors on diferent forums? Its only the bacground i want to change, i attach a file that shows how i mean.

Princeton
07-24-2007, 01:43 PM
you can edit the templates and define your own CSS class

for example:
edit templates by adding another class to cell .. it will looking something like style="alt1 forum$forum[forumid]"

you will then have to define each new class in the STYLE MANAGER

.forum2{background-color:red}
.forum22{background-color:blue}
.forum12{background-color:yellow}

filt
07-24-2007, 03:48 PM
Thanks alot!!! I got it working :D