Comment masquer la catégorie Staff avec du CSS ?

Cela ne semble pas avoir fonctionné. Voici ce qui a marché :

// masquer la catégorie du personnel
tr[data-category-id="3"],
.category-list-item[data-category-id="3"]  {
display: none;
}