Mobile Menu Button Not Visible

For our site:

The mobile menu button is not showing up. It works if you know where to tap on the screen, but it is white and not showing up. I’ve done all the updates for the site, I’ve gone into the Theme Options and tried messing with the header, and I can’t figure out what to do to fix this.

How do I get it to be a darker color so it’s seen again?

Hi @princias,

Thank you for reaching out to us. To fix the issue, please add the following code in the Theme Options > CSS:

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

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

Thank you so much! This took care of it.

You’re must welcome,

Cheers!

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