How can I add a mobile-only hamburger menu on Debut Theme?

Is there a way for me to add a hamburger menu for just mobile without a main menu on the desktop view?

1 Like

Hi there @iya98018 ,

Can you please include the URL of your store? I need to take a look at the store page before I can offer any solution. Thanks

The website is currently locked. I’ll email you.

The website is currently locked. I emailed you the URL and password.

@iya98018

Please add the following code your assets/theme.scss.liquid or theme.css bottom of the file.

.mobile-nav-wrapper.js-menu--is-open {display: block !important;}
.site-header__menu {display: block !important;}
.site-nav {display: none !important;}

Thanks!