Hide floating menu

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 :wave: welcome :slight_smile:

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):