Code:
<style type="text/css">
<!--
.alt2, .alt2Active
{
background-color: #c0c0c0;
color: #CCCCCC;
}
-->
</style>
throw that in the bottom of your header include box in the style template. and change the color . i think thats what u want to change but its gonna change more then one part of your forum so you know you mught need to ad
Code:
<style type="text/css">
<!--
.alt1, .alt1Active
{
background-color: #c0c0c0;
color: #CCCCCC;
}
.alt2, .alt2Active
{
background-color: #c0c0c0;
color: #CCCCCC;
}
-->
</style>