MyBB Community Forums

Full Version: Forum Display Subforum Color Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I want to change my Subforum color. I found everything but, I just don't know how to add the code in. Here is the code. Please help and Thanks.

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="theadborder">
<tr>
<td class="thead" colspan="5" align="left">Sub Forums</td>
</tr>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
{$forums}
</table>
<br />