Hide Filter Tag
Sat Jan 08 2022 04:03:17 GMT+0000 (UTC)
Saved by
@rebukt
#javascript
.post-type-archive-learn
#filter_results
> div
> form
> span:nth-child(9)
> span.selection
> span {
display: none;
}
content_copyCOPY
use case: hide the "xyz" filter under Training & Pre-Sales on the front-end while keeping the category on the back-end.
Comments