@pichalite Hmm, is there a way to hide a particular category by modifying the template file?
Here's what I'm doing now, but I was wondering if there is a better way:
$('.categories li div:has(h2 a[href$="CATEGORY-NAME"]) .category-children').addClass("hidden");