Need help with Mobile Site

I’ve been working on this website, it was a fairly a steep learning curve since I haven’t made any webpages for many many years. Anyhow, I put something together from lots of reading and I thought the navbar would just transition from full website to mobile, but when I access the website on my phone, the NAV bar can’t be found. Is this a simplex fix, I forgot to check something or is this something more advance I have to redesign the mobile site?

Thanks!

Hi There,

The color of mobile navbar button is white so you can’t see it. Please add this custom CSS under Theme Options > CSS:

a#x-btn-navbar {
    color: #000;
}

Hope it helps :slight_smile:

Thanks! Worked great!

You’re welcome!
Thanks for letting us know that it has worked for you.

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