Quote Originally Posted by gjh42 View Post
Many of the items you wanted to change are best done by commenting out defines for CAT_BOX_HEADING_whatever. Add // in front of each define and check the result; this will completely remove the demo headings instead of just hiding them. I can give more details if you need them when I get back to my home computer.
I would love to know how to do it this way Black Belt to completely remove them. More details would be appretiated

If I do it this way should I remove the following?

.noLi {
display:none;
}

#catGroup45 {
left: -21px;
position: relative;
top: 8px;
}

.catLinks {
left: -21px;
position: relative;
}