• Resolved tbaikamine

    (@tbaikamine)


    if no menus were created or if I create a menu without any items on it on the “primary menu” location
    storefront makes its own menu items for that location, based on existing pages (home, basket, checkout)
    my question is: why ?
    this is frusturating because it gives the illusion users have control on what they want
    but they actually don’t !
    and I can’t leave that location blank (or without having to delete the pages because I need them)
    can someone help understand why ? and most importantly how to resolve this issue ?
    thanks

Viewing 1 replies (of 1 total)
  • Hi @tbaikamine,

    It’s set up that way to help out new users who may not know how or where to create a navigation menu.

    You’re welcome to remove it via CSS if you’d like.

    • In your WordPress dashboard, go to Appearance and click on Customize.
    • Look down for the Additional CSS section and click on it. 
    • In the box there, paste this:
      
      nav#site-navigation {
          display: none;
      }
      
    • Publish your changes.

    See if that works for you.

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘remove default menu items’ is closed to new replies.