Hide muted categories in the collapsed state?

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 Like