Hi there!
How do I go about changing my burger menu to a custom font (from google fonts)?
Thanks!
Hey Rshaules,
Do you mean using a different burger icon? Can you explain a bit more what you’re trying to achieve?
Best regards,
Victoria
Hi Victoria,
Thanks for the message- What I mean to ask is how do I change the font of the menu when the sandwich looking menu button is pressed? It appears there is no way to modify this font specifically.
Thanks!
Hi Rshaules,
You can use this code in Quick CSS (located in Enfold > General Styling):
#av-burger-menu-ul li a {
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
Just replace the font.
Hope this helps.
Best regards,
Nikko