• How do I remove the top menu on the slocum theme. I added a new navigation nmenu which works great. But I can’t figure out how to remove the top menu.
    lascrucespartyshack.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there goodsuccess,

    Hope you’re well today ??

    Wanted to suggest removing this with CSS but then I found you can simply remove it in your admin area by going to Appearance -> Menus.

    You’ll find more info on what you need to do in the following screenshot here: https://screencast.com/t/0BG9ul9pL.

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter goodsuccess

    (@goodsuccess)

    Thanks for the reply Bojan…But there is “No select menu to edit” option.

    So…do have the css code to help me?
    Paul

    Hey Paul,

    It’s possible the reason for that is that you have no menu selected so the theme uses some of its fallback options. I’m assuming this would work if you create a menu, save it as a top menu and then remove it.

    If this doesn’t help you can try using the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    #header nav.top-nav {
        display: none;
    }

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter goodsuccess

    (@goodsuccess)

    Thanks Bojan.

    I did have a menu selected. I have the primary navigation ticked. I tried deleting it to see what would happen. It removed both menu’s the top navigation and the primary navigation?

    So I made another menu but still had thr problem. Soooo, I used the customn css and it worked fine.

    Thanks for your time and help.

    Glad that worked ??

    Have a great weekend!

    Cheers,
    Bojan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove top level menu’ is closed to new replies.