How can I remove the Category and tag filter?

The easiest way is using this CSS:

.category-breadcrumb {
    display: none;
}

It might need some tweaks, as I didn’t verify unwanted side effects.

6 Likes