# How to Hide the Staff Category with css?

**URL:** https://meta.discourse.org/t/how-to-hide-the-staff-category-with-css/142842
**Category:** Support
**Created:** [28 februari 2020 om 02:33 UTC](https://meta.discourse.org/t/how-to-hide-the-staff-category-with-css/142842 "2020-02-28T02:33:49Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Tim\_Jefferies](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tim_jefferies/32/113296_2.png) [@Tim\_Jefferies](https://meta.discourse.org/u/Tim_Jefferies)
#### Post date: [28 februari 2020 om 07:33 UTC](https://meta.discourse.org/t/how-to-hide-the-staff-category-with-css/142842/3 "2020-02-28T07:33:42Z")

</div>

That didn’t seem to work. This did:

```
// hide staff category
tr[data-category-id="3"],
.category-list-item[data-category-id="3"] {
display: none;
}

```

---

_[View the full topic](https://meta.discourse.org/t/how-to-hide-the-staff-category-with-css/142842)._
