Mobile menu disappeared

Hi there,

Since I switched to the Ethos stack yesterday, the mobile menu has disappeared. Any idea why? Website is https://plantifulcoach.com

Hi @muriel,

Thanks for reaching out.

It seems that the navbar background color and the burger menu color are set to the same color and that’s the reason behind your issue. You can change the navbar background color from Theme Options > Ethos > Navbar Background Color.

If you don’t want to continue with the current navbar background color, in that case, you need to add a piece of custom CSS to make the burger menu visible.

.x-btn-navbar.collapsed
{
    color: #000000 !important;
}
.x-btn-navbar
{
    color:#000000 !important;
}

The above code will work if copied as it is and doesn’t conflict with any existing code.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.

Thanks

Thank you so much. I couldn’t find the burger menu settings in Ethos.

Hi @muriel,

There is no burger menu settings for Ethos, but you can change the Navbar background color from Theme Options > Ethos > Nabvar Background Color to make the burger menu visible. Please find the screenshot describing the option.

Thanks

Thanks very much.

Hi @muriel,

Glad to help you.

Thanks

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