Re: Category Tree > Display Top Categories Only
It looks like you may have also tried to use the EQ 1 in div class. It's not needed there. In your CSS file, add a style for level-2 to hide it.
Leslie
It looks like you may have also tried to use the EQ 1 in div class. It's not needed there. In your CSS file, add a style for level-2 to hide it.
Code:
#category-tree .level-2 { display:none; }
Comment