Hi
I would like to increase the size of the font and make it bold on the burger menu I am using.
Thanks
Alex
Hi
I was also trying to change the icon colour to black through
Icon Color: To change the color of the burger menu go to Enfold > Main Menu > Burger/Mobile Menu styling > Menu Icon Color
however, when I do this the background of the page changes too.
Hi
I read further down and it was because I was using a transparent header this fixed the last issue
/* Burger menu icon color on transparent header */
#header.av_header_transparency .av-burger-menu-main a .av-hamburger-inner,
#header.av_header_transparency .av-burger-menu-main a .av-hamburger-inner:before,
#header.av_header_transparency .av-burger-menu-main a .av-hamburger-inner:after {
background-color: #000000;
}
its okay I solved the font size with
#av-burger-menu-ul a{
font-size:18px!important;
}
Hi info224,
Glad that you were able to resolve it :)
Let us know if you need further assistance.
Best regards,
Nikko