• A navigation drop down box is appearing under my menu bar (containing the same information). I want to remove the annoying navigation box, but cannot seem to.
    Please help!
    You can see the problem on my site:
    denanddelve.com

    thanks,
    Patrick

Viewing 1 replies (of 1 total)
  • That looks like a built-in to the theme mobile navigation? You could hide it with css and add this line of code to your style.css file. However if you want it to still appear on mobile screens you’ll need to adjust that to display block for up to a certain screen size and then above that do this. Hope this helps.

    .mobile-nav {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘remove navigation bar from menu’ is closed to new replies.