Hello! Please could you advise how to customize Hamburger Menu background, fonts and elements colors? I tried some suggestions find in old topics with no success. Now the background color is black, the font and the X icon color is grey.
Kind regards
Simone
Hey Simone,
How would you like to change it exactly? Please post a link to your site so that we can have a closer look.
Best regards,
Rikard
Hello Rikard! I would like to change the background color to white, the font color to grey and th X icon to blue.
Thank you very much!
Simone
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.av-burger-overlay-scroll {
background-color: white !important;
}
.av-hamburger-inner:before {
backgroundcolor:blue !important
}
Best regards,
Rikard
Hello Rikard!
Thank you very much, colors are fine now, but the highlight color is grey as the font, so the menu item selected is not visible. Is it possible to change the highlight color to white?
Kind regards
Simone
Hi,
Please try this as well:
#av-burger-menu-ul a:hover {
background-color: white !important;
}
Best regards,
Rikard
Thank you Rikard, now everything looks fine!
Kind regards
Simone
Hi Simone,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria