• Resolved Pete123

    (@pete123)


    How can I hide the primary menu? I am using side and bottom menus and would like to remove the menu bar from the top of the page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there Pete123!
    You can easily hide the nav with custom css, either in a custom css plugin or a child theme.

    Here is the code:

    nav#site-navigation {
        display: none;
    }

    Thread Starter Pete123

    (@pete123)

    Thanks a lot, I will try that.

    Thread Starter Pete123

    (@pete123)

    I removed the whole primary menu section in the style.css (child theme) and it worked perfectly. I also put the code:

    nav#site-navigation {
    display: none;
    }

    in the beginning.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide primary menu’ is closed to new replies.