Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Nav Menu displayed but no menus setup…HOW?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #147955
    melanieladue
    Participant

    Ok, so I have a nag menu displayed on the home page of this test site….but I don’t have any menus even set up. I’m wanting to figure out how the heck this nav menu got there? I need to style it but can’t find out where to go….I’d like to just delete whatever it is and add pages to a menu – like normal…

    http://66.135.40.235/~sprout/

    #148011
    Senff
    Participant

    The theme you’re using is most likely using a default navigation menu.

    If you cant find a way to turn it off in the theme’s settings/options, you can comment it out in the code (look in your theme’s header.php and find the tag <div id="mainNav" class="clearfix">) or just hide it with CSS:

    #mainNav {
        display:none;
    }
    
    #148065
    melanieladue
    Participant

    you rock! Thank you! I’ve seen clear fix in Firebug, but wasn’t sure what that was referring to. I’ve never worked with a default nav menu in any theme. weird!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.