Menu doesn't appear on mobile

Hey there!

My menu isn’t appearing when I visit my site on mobile, and I have absolutely no idea on how to fix it. I’ve got Ethos 1.

Thanks!

Hi Jesse,

By default on Ethos, mobile button is opaque white. Since you have added white background on navigation row, it is not visible. Please try adding this custom CSS on Theme Options > Global CSS:

.x-btn-navbar.collapsed {
    color: red; /*Change red to your preferred mobile button color*/
}

Hope this helps.

It worked perfectly. Thanks!

Glad we were able to help :slight_smile:

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