On the site I am designing
http://www.candf.co.nz/wordpress/
the responsive navigation dropdown is transparent and I can’t seem to figure out where to style it to have a background colour and hover state of a different colour. It also overlaps with the logo, is there a solution to drop it a bit lower?
Thanks so much!
Hey Shirtcliffe!
You can use this CSS to move it down and change the background.
#advanced_menu_toggle {
background: red !important;
border-color: red !important;
top: 120px !important;
}
Cheers!
Elliott
Thanks Elliot,
I actually meant when I open up the menu, so revealing the navigation. Would you be able to help me style that?
Cheers