2014-02-11, 12:12 AM
2014-02-11, 01:26 PM
You can either find in global.css and change .thead or you can open Forum Bit Templates >> forumbit_depth1_cat
find:
<td class="thead" colspan="5">
Replace with:
<td class="thead my_background" colspan="5">
Then add this to your global.css
Replace #000000 with your color
find:
<td class="thead" colspan="5">
Replace with:
<td class="thead my_background" colspan="5">
Then add this to your global.css
.my_background {
background: #000000;
}
Replace #000000 with your color