Hi everyone, I’m new here. I’ve installed the Discourse forum on my VPS. I’ve applied the Graceful Theme, and there’s a menu showing up that I want to hide or remove, but I can’t find a solution no matter how much I search and investigate. Specifically, it’s the part that says “categories >” and “tags >”. I’ve taken a screenshot so you can see it. How can I hide that? Is there any way to do it?
Yes, there is. You can use CSS to hide it:
ol.category-breadcrumb {
display: none;
}
You add this code into a theme or component using this:
hi @Laguna
welcome ![]()
you can use this theme component to hide them
Hide category and tag dropdowns
just make sure you clear and disable the other settings so it looks like this (unless you want to add some custom nav links yourself or hide the defaults):
Thank you both very much for the help. I tried both methods and they worked. In the end, I installed @Lilly’s component, which also allows me to tweak the top menu a bit.
Cheers!
glad that worked for you. just for clarity, that theme component isn’t mine, it is a Discourse team one. mine are listed here. ![]()

