• Looking to disable/hide the Primary Menu for mobile. I’ve been trying different CSS but it hasn’t been working. I want to use WP Mobile Navigation only, and I think my theme just keeps my primary menu as a default on mobile even though I have no Mobile Navigation menu designated.

    PLEASE HELP!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • hi
    if you want to hide this black menu you have to insert this code into your CSS:

    @media all and (max-width: 600px) {
    .nav-toggle.icon {
    display: none;
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Hiding primary menu on Mobile’ is closed to new replies.