How can I remove the Category and tag filter?

I have done this before and cannot for the life of me remember!

But how can I remove this?

Screenshot 2025-02-20 at 10.57.48

Thanks :slight_smile:

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

Thank you, I shall check it out :slight_smile:

1 Like

All done thank you @Canapin :grinning:

1 Like

Just FYI to everyone: that solution doesn’t work for mobiles. That is actually good thing, because mobiles have more limited navigation than desktops/bigger screens.

this theme component has the option to hide those, and at the same time, allows to customize the nav menu links too.

2 Likes