Mobile Menu not shown on Pro

Hi guys

My mobile menu is not working anymore on my cellphone.
I have deactivated all plugins one by one without any success, result is the same.
I’ve just update pro version but it also does not work.

Website is wissiyou.com
Any idea would be more than welcome to resolve this.
Thanks

Hi @vlad,

Your button actually works but it is color white making it invisible.

To fix this, please add the code below in Theme Options > CSS

.x-btn-navbar.collapsed {
    box-shadow: inset 0 0 0 transparent, 0 1px 5px rgba(0,0,0,0.25);
    color: #000;
    padding: 10px 13px;
    border-radius: 5px;
}
.x-btn-navbar.collapsed:hover {
    color: #000;
    background-color: #f7f7f7;
    box-shadow: inset 0 1px 4px rgba(0,0,0,0.25);
}

Thanks

1 Like

Thanks paul.
I’ve tried this but it does not work unfortunately…
any other idea ?
thanks

Hi @vlad,

The CSS is working okay,

But, I don’t see it added to your site, I checked global CSS, builder CSS, and child theme CSS and it’s not there. Please make sure it’s added to global CSS (Theme Options > CSS). But if it’s due to cache then please make sure to clear them, or disable it while testing.

Thanks!

1 Like

Thanks a lot !
that’s crazy I cannot see it till now neither on my computer nor my cell.
I hope tomorrow will be another day and all caches will be swept by the wind :slight_smile:

Let us know how it goes!

1 Like

In fact I modified the background color selector and it works now.
Thanks a lot

You’re welcome!
We’re glad we were able to help you out.

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