MyBB Community Forums

Full Version: Every Category has different colour but...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Greetings, i have My Return theme (by Negativ) and i tried to fix some bugs and change colours for each category.

So in forumbit_depth1_cat i added in td this code: id="c_{$forum['fid']}"

and in global.css i added #c_1 .thead and put the bg color.

There is a problem, how can i do the same color to the subforums when i click in?

http://puu.sh/6SbdJ.png this is the forumbit category in homepage
http://puu.sh/6SbfM.png and this is the subforums that i want to put the same bg color of its category in thead

how can i do that?

thank you very much!
you need to place the ID code in the template "forumbit_subforums" template also.
Look for <td class="thead" and add the id after it.
regards
as envira says, you have to add to every template you need this changes take a look at your source code and enable comments onto your templates that's a very easy way to know where do you have to change your values, cheers.