Can you please provide me with some quick css to change my mobile menu button and mobile menu close button to white? Thanks!
Hi djshortkut!
Add this to your custom CSS.
#advanced_menu_toggle, #advanced_menu_hide {
background: white none repeat scroll 0 0 !important;
}
#advanced_menu_toggle:hover, #advanced_menu_hide:hover {
color: blue !important;
}
Regards,
Elliott
Thanks Elliott but this code did not work.
Figured it out. You can close this thread.