Tagged: mobile menu
Hi, I followed the instructions here:
The CSS is added as expected, and the menu items I intend for MOBILE view do disappear on desktop width, but the DESKTOP menu items do not disappear when the Burger menu appears.
What could be wrong?
Thanks,
Tom
Hey Tom,
There were changes in how the burger menu, can you try to add this code instead:
#av-burger-menu-ul li.menu-item-362.av-active-burger-items {
display: none !important;
}
Hope this helps.
Best regards,
Nikko
Thank Nikko, that solved it.
It would be great if there was a systemic way to do this though.
Best,
Tom