Hello!
How do i change my desktop menu to a hamburger menu like its on the mobile version? for dawn theme most updated.
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.css is some information provided
but it dosent work?
Thank you!
Hello @kickduo
It’s GemPages support team and glad to support you today.
Dawn theme uses base.css
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
thank you, so when pasting Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.css (base.css) the desktop menu isn’t effected and isn’t turned into the burger menu that it is on mobile?
@kickduo
Add below code into base.css file
@media screen and (min-width: 1024px){
.header--top-center>.header__search, .header:not(.header--top-center) *>.header__search {display: none !important;}
.header:not(.header--middle-left) .header__inline-menu { display: none !important;}
.header--top-center *>.header__search, .header:not(.header--top-center)>.header__search { display: inline-flex !important;}
header-drawer {display: block !important;}
}
@kickduo
Affect or not is by you add css code
You can use css code for mobile only:
@media screen and (max-width: 749px) {
//custom css code placed here will only affect mobile
}
unfortunately this docent work no change to the site menu
@kickduo
To provide you with the most precise solution in this case/ To make sure we catch your meaning right, could you please share store link?