Picture of Dan Jonsson
Hide menu buttons
by Dan Jonsson - Thursday, 18 August 2016, 9:04 AM
 

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

Picture of Dan Jonsson
Re: Hide menu buttons
by Dan Jonsson - Thursday, 18 August 2016, 1:36 PM
 

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!

 

D