Hamburger Menu On Desktop in Crave theme 8.0

How to add Hamburger menu in desktop mode?

https://fabrickstore.myshopify.com/

Hello @Bluevolt ,

It’s the GemPages Support Team and we are glad to assist you today!

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


Let us know how it works for you.

Best regards,
GemPages Support Team

Hi @Bluevolt

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

header-drawer {
    display: block !important;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

it worked but not completely

it brought the menu but it should be on shop dropdown menu and shop drop down menu shouldn’t be there

it has the same problem i mentioned above

@Bluevolt

You can try this code:

Online Store ->Theme ->Edit code

Assets ->Base.css

@media screen and (min-width: 990px) {
.header__inline-menu {
    display: none !important;
}
header-drawer {
  display: block !important;
}
}
1 Like

Hallo @Bluevolt

You can add code by following these steps to change

  1. Go to Online Store → Theme → Edit code > assets > base.css

paste below code at bottom(base.css)


**@media screen and (min-width: 990px) {**
**.header__inline-menu {**
**display: none !important;**
**}**
**header-drawer {**
**display: block !important;**
**}**
**}**

If you require any further information, feel free to contact me.

Best regards,

1 Like

Thank you it worked

Thank you bhai

1 Like

Can we do the same in crave version 9?

it is not working in version 9