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

