Sushubh, you can hide children, but not just show the root cats and their children, and not the others, using default functions available.
Sushubh, you can hide children, but not just show the root cats and their children, and not the others, using default functions available.
i found a js based solution that makes loads of categories less mess...
Else you could do this
ul li ul li ul {
display: hidden;
}
This topic has been closed to new replies.