Tagged: menu
-
AuthorPosts
-
September 16, 2024 at 6:00 pm #1467126
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,
MikeSeptember 23, 2024 at 6:42 pm #1467688Hi @mike, any update?
September 27, 2024 at 3:43 pm #1467968September 29, 2024 at 9:26 pm #1468065@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?
- This reply was modified 1 month, 3 weeks ago by the_digital_manager.
- This reply was modified 1 month, 3 weeks ago by the_digital_manager.
October 1, 2024 at 8:04 pm #1468210Hi,
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,
MikeNovember 22, 2024 at 4:27 pm #1471953@mike it looks really nice. the only struggle is adding homepage to the mobile menu. in the desktop menu there is the logo that acts as the homepage ‘button’. so when I simply add ‘homepage’ to the menu it is also visibile on the desktop menu, which i dont want. is there an easy way of solving this?
-
AuthorPosts
- You must be logged in to reply to this topic.