I want to remove a category menu item from the left hand vertical menu2 CSS menu system. I know there is CSS code to do this, but I can't find it anywhere.
Is this the dynamic menu, or just a static menu where you create the links?
If it's the dynamic menu, and you don't want to disable the category, then we need to see the site so we can look at the output and see if there is a unique class or ID so you could use css to hide it.
You can right click the offending item in the menu and click "inspect" in your browser to see any class (or id) as well.
Keep in mind when targeting a class, the class name is preceded with a dot (.) and when targeting an ID, the ID is preceded by the (pound sign if you're old) hastag (#)