Tagged: background color, Color, CSS, Hamburger-Menu, mobile, mobile menu
Hello,
I’ve set a background color for the logo and menu areas, but now the background for the mobile menu icon is colored too, which makes it almost invisible. How can I change the icon’s background color?
Hey block4,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#advanced_menu_toggle, #advanced_menu_hide {
background-color: #e1e1e1 !important;
}
Best regards,
Jordan
Yes, that worked. Thank you, Jordan.