Mobile menu is black

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by v4sb, Apr 14, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    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.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    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
     

Share This Page