是否在折叠状态下隐藏屏蔽的类别?

If you create a new theme in the Admin panel, you can add this bit of CSS:

.muted-categories {
  display: none;
}

This hides the whole box.

1 个赞