• Hello,
    I’m very new to WordPress and trying to customize my page. I need a navigation that rolls up because I’m going to have several pages and will be navigating them often. I added the NetGo Expandable/Collapsible Menu plugin (feel free to let me know if there’s a better or more native way). I’m using a simple WikiWP theme.

    The NetGo menu works as desired, the problem is the original menu is there as well. I only want one menu so my question is, what is the cleanest way to disable the original?

    I hope this makes sense. Let me know if images are needed.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there!

    To hide original menu, you can place below code in custom.css file:

    .wp_nav_menu {display:none;}

    Or you can use wordpress plugin too.

    Please let me know if it works for you.

    Thank you

    I believe you can remove the menu code from within the navigation.php file, it begins at <nav class="nav-container">.

    Hope this helps.

    Thread Starter papawillie

    (@papawillie)

    Thank you very much. This solved my problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing Main Navigation Menu’ is closed to new replies.