Quote Originally Posted by clydejones View Post
You can style the sideboxes directly in your stylesheet.css

use the following as an example:

.leftBoxHeading, .rightBoxHeading {
margin:0;
}
h3.leftBoxHeading, h3.rightBoxHeading {
font-size:1.1em;
font-weight:normal;
height:1.5em;
padding:.2em 0 0 0;
color:#fff;
background: #000000;
}
.sideBoxContent {
font-size:1.1em;
padding:2px;
background:#eee;
}
I guess I just don't know how to write a thread for help on this forum.

What I am trying to do is to have 4 different category sideboxes, as the site I referenced in my original post has, with the sub-categories below, as the site referenced above. I know that the site is using the Categories Dressing mod to do this but I cannot figure out how and THAT IS WHAT I AM ASKING.