Hi,
i created a Menu with two special menu-items that are colored like a button (CTA)
In mobile View, i want those two “buttons” not to be in the Burger-menu, but below the logo.
can you help`
Hey breezemedia,
You can hide them from the menu using this CSS:
#av-burger-menu-ul .menu-item-716, #av-burger-menu-ul .menu-item-717 {
display: none;
}
I’m not sure how you want to place them in the mobile header though, since there’s not much space there? You can try adding them in a widget if you like: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area, but I think it might be better to add them to the actual content in your layout.
Best regards,
Rikard