techiegirl -
Since your categories sidebox will only contain one subcategory's links, you can use the catGroup id to give it all a unique bg color. Like this:
#catGroup2_16_17 {background: #ff1122;}
This needs other rules to support it and let it work:
Code:
#categories {padding: 0;}
#categoriesHeading {display: none;}
#categories #catBoxDivider {display: none;} /*turn off Config > Layout Settings > Cat. Separator between links, & delete this rule */
#categoriesContent, #categories ul, #categories ul li, #categories ul ul {
list-style: none;
background: none;
padding: 0;
margin: 0;
}
#categories ul li a {background: none;}
#categories ul#catGroup2_16_17 {background: #ff1122; height: 388px;}
#categories ul#catGroup2_24_25 {background: #22ff33; height: 388px;}
Adjust colors and height as required.
Since you are not using the chcategories option, you should delete stylesheet_chcategories_dressing.css, or rename it to stylesheet_chcategories_dressing.bak, so it does not confuse the styling.
Bookmarks