Comments Annick started the conversationJanuary 30, 2023 at 7:28pmhello! I need to change the hamburger menu visible on mobile for the word "MENU" instead of the small 3 lines.Where and how may I acheive this?Thanks 7,092Oliver repliedJanuary 31, 2023 at 6:40amHI! CSS example: #primary-navigation .menu-toggle { font-size: 12px; font-weight: bold; font-family: 'Montserrat'; } #primary-navigation .menu-toggle:before { content: 'menu'; position: absolute; color: #fff; left: 0; width: 40px; height: 20px; z-index: 999; font-family: 'Montserrat' !important; } #site-header:not(.shrink) .header-colors-light #primary-navigation .menu-toggle > span { background-color: transparent; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, OliverAnnick repliedJanuary 31, 2023 at 4:02pmHello!I was able to display the word "MENU", but the 3 toggle lines still appears BEHIND the word.PLease Help!Thanks 7,092Oliver repliedFebruary 1, 2023 at 7:57amHI! Try this one: #primary-navigation .menu-toggle span { opacity: 0 !important; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, OliverAnnick repliedFebruary 1, 2023 at 2:13pmyou are a life saver! thank you so much!Last question for you :How do I make my main menu the same width as the top-area and footer? Tried a hundred things without success.See attachment plz.Thank you very muchAttached files: Capture091144.png 7,092Oliver repliedFebruary 2, 2023 at 6:50amHI! CSS example: #primary-menu.no-responsive { left: 0 !important; display: flex; justify-content: space-between; } #primary-menu.no-responsive > li .site-logo { padding-top: 20px; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
hello! I need to change the hamburger menu visible on mobile for the word "MENU" instead of the small 3 lines.
Where and how may I acheive this?
Thanks
HI!
CSS example:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Hello!
I was able to display the word "MENU", but the 3 toggle lines still appears BEHIND the word.
PLease Help!
Thanks
HI!
Try this one:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
you are a life saver! thank you so much!
Last question for you :
How do I make my main menu the same width as the top-area and footer? Tried a hundred things without success.
See attachment plz.
Thank you very much
Attached files: Capture091144.png
HI!
CSS example:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver