Hello,
Can you please tell me how to update the colour of my mobile menu icon? Currently when viewing the site on a mobile the menu appears beside the logo as a plain white box with a border, and the colour (and graphic) is only apparent when it’s in the hover state.
Thank you!
Hi chantalinkdesign!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#advanced_menu_toggle, #advanced_menu_hide {
background-color: #ffffff;
color: #7b653c;
border-color: #7b653c;
}
Cheers!
Yigit
Perfect, thank you!