Thanks for the additional detail! It was indeed some fragile CSS. We have class names here where there formerly were none, so we can be more specific now.
I’ve refactored the component a bit here:
So all it will need is an update.
I’ve updated this so hide default links will hide all the default links, not just latest & categories. I think this will make the hide behavior a little easier to understand.
Nav items added by this component will now get a nav-item_custom_item-name class, where item-name is the display name of the nav item (spaces replaced with hyphens). So a nav item named “my bookmarks” can be targeted with CSS like this:
Given that we’re in wildest dream territory here—thank you so much for these fixes @awesomerobot!—a useful addition to this component would be an option to make the custom nav appear before the category and tag dropdowns, is that possible (without loads of work)?!
Hi there, are you referring to the full links instead of the dropdown on mobile?
If so, there isn’t much space on mobile to have the links. The dropdown compacts it as one.
Sorry I should have played more with the settings it does not appear on mobile because I have checked Hide the default links on both mobile and desktop.
How can I hide these default links and still display my links on mobile please?