• Resolved shannonscasa

    (@shannonscasa)


    I’m trying to customize my theme by placing menus in the “main menu” area, but I can’t get them to show up. All it shows it a gray “Menu” box.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    Add the below code to Appearance -> Customize -> Additional CSS

    nav.navbar.navbar-default {
    display: none;
    }
    .navbar-header-toggle {
    display: none;
    }

    Try this and let us know.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t see customized menus’ is closed to new replies.