I would like to show only the nav menu and remove the mobile hamburger menu from displaying on the desktop view, but keep it on mobile. I’ve read solutions on forum, but none work.
Hi @Jee72
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
@media screen and (min-width: 990px){
header-drawer {
display: none;
}
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly