Code:
.alt1, .alt1Active
{
background: #F5F5FF;
color: #000000;
}
.alt2, .alt2Active
{
background: #E1E4F2;
color: #000000;
you need to change the background above in each styles ARCADE.css to the color you wish to use..
you can change atl1 or alt2 to this
this may help with the global color with each style
Code:
.alt2, .alt2Active
{
background: {vb:stylevar forumrow_background};
color: {vb:stylevar blocksubhead_color};