Hey. I’m wanting to hide certain categories from the front-end users in the category-dropdown widget. I have a good 20 categories or so which are only for Authors and don’t need to be shown (and are unnecessary for regular users)
I was trying this code for a single category, but it wasn’t quite working. Is my syntax off? Also, how would I do that for multiple categories?
input#editor-post-taxonomies-hierarchical-term-672,
input#editor-post-taxonomies-hierarchical-term-672 + label {
display: none;
}
