Menu bar doesn't show on mobile

Hello guys!

I have changed the stack a few months ago, and I love it but from mobile it doesn’t show the menu bar.

can you please help me with that?

www.boundlessroads.com

thanks a lot
regards
Isabella

Hello Isabella,

That is because the mobile menu icon is set to white which blends to the white background. Please add this code in X > Theme Options > CSS:

.x-btn-navbar.collapsed, 
.x-btn-navbar.collapsed:hover,
.x-btn-navbar:hover {
    color: rgba(0,0,0,0.6);
    font-size: 27px;
}

Hope this helps.

1 Like

It does! :slight_smile:
thank you so much !!

You’re welcome, Isabella.

1 Like

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