How To Shows Hamburger Menu on Desktop View for Debut Theme

hi guys,

i’m new in Shopify and need some times to get used to it.

i just stuck on my website developement rn. i’am using Debut Theme with OS.2.0.

I just need to show the hamburger menu on desktop view, but i couldn’t find the way out.

been trying to search this topic on the discussions… still couldn’t find,

I tried already to use Mega Manu app but not working properly, and sure i tried to customized the css manually too and just gave up already…

i’ve seen another tips to shows the hamburger menu but they’re using another theme,

in this case i’m not gonna change the theme so…i’ll stick to use Debut.

Any helps from you guys… i appreciate it alot.

Hi, @merehuman .

Thank you for reaching out and posting this question!

I understand that you’d like to show the “hamburger” menu on the desktop view for the Debut theme. I’ve taken a look and it looks like Debut only shows the hamburger menu on the mobile view, so you may need to explore achieving this through custom coding. You can try the suggestions from the following forums threads:

It’s important to note that I am not a developer, so I wouldn’t be able to help with custom coding. Nevertheless, I’ve looked over the threads and it looks like you can try adding the following code to the bottom of your assets/theme.scss.liquid or theme.css file.

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

That being said, if you’re not comfortable working with coding languages (eg. HTML, JavaScript, CSS, and Liquid), then you can also consider hiring a developer to help you with this. If you need help finding a developer, then I’d recommend taking a look at our directory of certified developers on Shopify Experts.

I’d love to know whether the snippet of coding (above) can help you achieve showing the hamburger menu on the desktop of your Debut theme. Let me know!

@merehuman

can you please share store url so i will check and let you know