I got as far as here now I'm lost.
Quote Originally Posted by gjh42 View Post
Put the links as headings for that, and then in your stylesheet set that id to display: none; so it will not show yet its heading(s) will show.
I uncommented out the: in tpl_categories.php
PHP Code:
   case ($box_categories_array[$i]['path'] == 'cPath=68'):
        
$new_style 'holiday';
        break; 
My blank category id is 68, (blank you meant by not putting in the category name through admin correct?)

Im not sure how and where to put the links as headings what what to display as display: none in style sheet (#categories li.cat-holiday a { <is that it?)

-OR-
If possible I can use the sub text as shown above, and redesign what I had planned for the bar if this: Is it possible to have the subtext (CAT_BOX_SUBTEXT_1) show only on the main page OR only show when that category is not selected?...

All I am trying to do is get a link under the category, I tried in previous post, but for some reason when I change example: define ('CAT_BOX_HEADING_53','0|2||') change 53 to 3 (to match categoryid (define ('CAT_BOX_HEADING_3','0|2||'))
they dont show.