Tagged: Color, colour, icon, mobile menu
Hi there.
I have used a background image in my header which has a white background, so I have also selected the Logo Area Background Colour as White also (so my image does not appear to be in a coloured box). Because of this when you rezise the page so it activates the Mobile Menu, I can not see the Mobile Menu Icon as it is White. It is Ok when I Hover over it as it changes to green, but my site visitors will not know it is there.
Q: How do I specifically change the background colour for the mobile menu icon. (the drop down menus etc are all ok, I just need to change the background)
Site link is below in private.
Thanks,
H
Hey Heathcliffe,
Please try the following in Quick CSS under Enfold–>General Styling:
#advanced_menu_toggle, #advanced_menu_hide {
background-color: black !important;
color: white !important;
border-color: black !important;
}
Thanks,
Rikard
Perfect! Many thanks @Rikard