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:
