I have a forum I am trying to skin based on the prosilver theme. The problem is, I have set "bg1" and "bg2" in the colors.css and it's fine.. but on the forum list some of the forums seem to be set to a background of #eef5f9, which I found to be the following css:
Code: Select all
ul.forums {
background-color: #eef5f9;
background-image: url("{T_THEME_PATH}/images/gradient.gif");
}
I can't see a logical reason why these forums should be colored differently to the others... please help me, I'm going mad here, LOL!
Thanks guys!
Jim