Hi. My site is http://cambridgelane.com/ When you view on the mobile or tablet, the menu has a black background with a purple font; therefore, you cannot hardly see the font. I need the background to be white here. Also, I noticed that the wordpress dashboard now has a black background with purple writing, making it hard to see and navigate. Can you help me fix the code for the responsive menu background color? And possibly offer insight as to why the wordpress dashboard now has a black background with purple lettering? Thank you.
Hello v4sb! Please use the CSS code given below. Code: @media only screen and (max-width: 767px){ nav.mean-nav ul li a { color: white !important; } .meanclose { color: white !important; } } Thanks, Praveen