Text in Nav bar doesn't display

My navigation isn’t displaying. When I tried to debug I see this:

x-nav-wrap.desktop, .x-btn-navbar {
/* display: none !important; */
}

@media (max-width: 979px)
.x-nav-wrap.desktop {
/* display: none;

When I edit this I end up with both a text link menu AND a mobile menu. Leaving display none in the first one obviously removes all menu items.
Replacing the second item this display block shows both the text and mobile menu.
Could you please tell me where to edit this? It must be a setting I’m missing.

Thanks so much

Hello Kerri,

It seems that you have added this code:

.x-nav-wrap.desktop, .x-btn-navbar {
    display: none !important;
}

Try checking and removing it in WP Admin > Appearance > Customize > Additional CSS.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.