Hidden category appearing again after update

You can target it with the data attribute

tr[data-category-id="4"] {
    display: none;
}
10 Likes