Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
3.5k views
in Q2A Core by
edited by
How to disable/remove categories from sidebar? but want keep categories page and categories.
by
You are right, display of categories in sidebar is redundant in 1.2.1, IF we add a categories page.

1 Answer

+1 vote
by
 
Best answer
You can use CSS in a custom theme to hide the class qa-nav-cat:

.qa-nav-cat {display:none;}
by
Thanks! this solution might help someone who want to disable categories in sidebar.
...