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