Hey,
How do I change only the categories box background colors. I want to leave all the other side boxes their current colors. Any suggestions?
Thanks,
Nick
Hey,
How do I change only the categories box background colors. I want to leave all the other side boxes their current colors. Any suggestions?
Thanks,
Nick
You can address any sidebox individually by using its id in the stylesheet. For the categories box:
#categories {background-color: #aabbcc;}
Adjust to taste.