For all those of you who want to change the color of the font & the bar behind the font, do the following edits....
I'm assuming that you know where to find the templates and how to open them to edit them....
Change font color:
Open the FORUMDISPLAY_Separate template and replace
Code:
<li class="threadbit" id="cat1">
With This:
Code:
<li class="threadbit" id="cat1" style="color:#000000;">
NOTE: You will need to change the color in red to the font color to what you want it to be either use a hex color or use a color like Red, Blue etc.
Now to change the background color Find:
Code:
<div class="icon0 nonsticky">
And Replace it with
Code:
<div class="icon0 nonsticky" style="background:#D2BF7B;">
Again you will need to change the color in red to the hex color you want to use or the actual color.
save the template.
Now open FORUMDISPLAY_Separate2 And Find:
Code:
<li class="threadbit" id="cat1">
Replace With:
Code:
<li class="threadbit" id="cat1" style="color:#000000;">
Change the red to the color you want.
Find:
Code:
<div class="icon0 nonsticky">
Replace with:
Code:
<div class="icon0 nonsticky" style="background-color:#D2BF7B;">
Again change the red to what you want it to be.