How to custmoize mobile nav hamburger button

Hello Id like to get the mobile menu button to look like this:

It currently looks like this:

Hello @juryk,

Please add these codes in X > Theme Options > CSS:

.masthead-stacked .x-btn-navbar, 
.x-btn-navbar.collapsed {
    box-shadow: none;
}

.masthead-stacked .x-btn-navbar::before {
    content: 'Menu ';
    display: inline-block;
    padding: 0 8px;
}

Kindly note that since this is a custom code that changes the default behavior/display of the theme, you will be responsible to maintain or update the code in case you require further changes or if the code stops working in future updates. If you are uncertain how to proceed, it would be best to get in touch with a developer.

Hope this helps you get started.

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