Changing or styling the mobile navbar "hamburger"

Hello, I wanted to know if there is a way to change or style the mobile navbar “hamburger” icon from which the navbar drops down on mobile devices. I simply want some control over the color and possibly the shape. Thanks!

Hello @jeremy4,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS to change mobile menu color:

.x-btn-navbar, .x-btn-navbar.collapsed {
    background-color: #ddd;
    color: #fff;
}

Thanks.

That worked great @Prasant thanks!

Glad we could help.

Cheers!

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