Mobile menu bar not visible (white)

Discussion in 'BlackBird WordPress Theme' started by ahui, Aug 9, 2013.

  1. ahui

    ahui New Member

    Joined:
    Aug 4, 2013
    Messages:
    2
    Likes Received:
    0
    Hello,

    First off, thank you gents for your support. I am happy with the website, I uploading, however, for the mobile version, my menu bar is blocked out with white. I am sure in my coding I have somehow managed to alter it, please help to fix. www.ahui.co
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .mobile_nav {
    color: black!important;
    }
    .mobile_nav {
    background-color: #dcbd44 !important;
    }
    This will solve your issue.
     
  3. ahui

    ahui New Member

    Joined:
    Aug 4, 2013
    Messages:
    2
    Likes Received:
    0
    Thank you, that worked great. But now the submenus are all white too. How to change them as well
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .it_mobile_menu li a {
    color: red!important;
    }
     

Share This Page