
I’d like to remove the sub-category from this view. Does anyone have any idea how to do that?
Jacob

I’d like to remove the sub-category from this view. Does anyone have any idea how to do that?
Jacob
So you can use this instead :D.
.categories-list .category-list.with-topics .subcategories {
display: none;
}
Yeah, that would be safer.
edit: I took a look at Discourse’s code, .subcategories alone should be safe (I personally like to use not too much selector depth if I can avoid it), and you should also consider hiding .subcategories-list as well as it’s the subcategories parent container on the mobile view.