Hi There,
we would like to change the color of the mobile “burger menu” from White to Black.
With the following code we achieved it on desktop pcs, but not on mobile devices:
.avia_desktop #advanced_menu_toggle {background-color: #000!Important;color: #ffffff!Important;border-color: #000!Important;}
See also the attachment here: https://dl.dropboxusercontent.com/u/2345492/Mobile-menu.jpg
What are we doing wrong?
Thanks for your help, elbnetz
Hi elbnetz!
Thank you for using the theme.
Please remove .avia_desktop selector. Use this:
#advanced_menu_toggle, #advanced_menu_hide {
background-color: #000!Important;
color: #ffffff!Important;
border-color: #000!Important;
}
Regards,
Ismael
hi Ismael,
many thanks, it works :-)
Thanks, T.