How to add Hamburger menu in desktop mode?
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:
- Go to Online Store > Theme > Edit code of your current theme
-
Open your theme.liquid theme file
-
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
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;
}
}
Hallo @Bluevolt
You can add code by following these steps to change
- 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,
Thank you it worked
Thank you bhai
Can we do the same in crave version 9?
it is not working in version 9