Tagged: menu
Hi,
Unfortunately not yet, I’m not sure what is causing this or a successful solution to adjust this for all screen sizes. I will review further.
Best regards,
Mike
Hi @mike, any update?
@mike ! that works.
nearly there. Four more questions:
1. how do I change the color of text in the burger menu that is active, for example: ‘hier heb ik last’ in my site? the color is a bit grey-ish now, I’d like to change it to white when it’s clicked en users look at the subpages.
2. how do I add the text ‘menu’ under the burger icon?
3. how do i centre the logo in the mobile menu?
4. ‘home(page)’ is not in the burger menu, how do I add this to be visible as the first text-line?
Hi,
4: to add the “homepage” menu item please add manually your menu
3: to add the logo to your burger menu, create another menu item and add an image as in this thread
2: to add the text “menu” below the burger icon, the text is all ready there but it is hidden, you can try this css:
#top .av-hamburger ~ .avia_hidden_link_text {
display: block;
top: 25px;
position: absolute;
}
or make a new burger icon with the text in the image following this thread changing the icon code with a image link.
1: you could use css to change the menu link color, but note that all sub menu item under the parent will also change, each sub menu item doesn’t have it’s own class in the burger menu.
Best regards,
Mike