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