How to Hide the Staff Category with css?

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;
}
1 Like