Unless you don't want the top categories to be clickable, you would just style them to look like the headings you want. You would first need to install the chcategories option so that the subcats would all show.
To style only the top categories, add a new rule just below the #chcategories ul a {/*top categories*/ rule, likeIn any case, you will need to make a define for each top category id, setting it to start a new category group.Code:#chcategoriesContent>ul>li>a {/*top categories only*/ whatever styling: you want; }How do you want the sub-subcategories to behave? All visible always, or sub-subcats only visible when their parent is active? The first will require a define for CAT_ACTIVE_LEVEL, the second requires no action.PHP Code:define ('CAT_BOX_HEADING_1','1|0||');//new list - no headings


Reply With Quote

