This did it for me, since I only wanted to hide the subcategories.
.hamburger-panel .category-links .subcategory { display: none; }
This did it for me, since I only wanted to hide the subcategories.
.hamburger-panel .category-links .subcategory { display: none; }