I want custom buttons on menu page.
That´s why I want to hide the normal menu button and link the custom one.
How do I hide the normal menu button?
D
I solved it with this CSS:
div.menu-item.menu-item-co-50.button-background-ordlista.nth-child-9.nth-child-odd { display: none !important;}
Must be a better way!