Comments cjuge started the conversationFebruary 16, 2019 at 12:08pmHello, How to remove the "Hamburger Menu" on the computer display and leave it just for the portable display?Thanks 2,700PenciDesign repliedFebruary 16, 2019 at 3:19pmHi,By default, on mobile already support mobile navigation - not hamburger menu. So, you don't need to enable hamburger menu if you don't want it appears on desktop.Best Regards,PenciDesigncjuge repliedFebruary 16, 2019 at 3:34pmThe problem is that I want it on mobile navigation but not on computer navigation 2,700PenciDesign repliedFebruary 16, 2019 at 3:41pmHi,Ok, if so please add more this code to Customize > Custom CSS to hide it on desktop: @media only screen and (min-width: 768px){ .penci-menuhbg-wapper{ display: none; } } Best Regards,PenciDesigncjuge repliedFebruary 16, 2019 at 3:51pmIt don't change anything :( 2,700PenciDesign repliedFebruary 16, 2019 at 3:52pmHi,Can you show me your site url to I can take it a look?Best Regards,PenciDesign cjuge replied privately 2,700PenciDesign repliedFebruary 17, 2019 at 4:07pmHi,I see the issues you got, you can't see mobile menu because you've change color for it to white color - so, you can't see it.Please go to Customize > Colors for Header > on "Main Bar Search Icon Color" > change it to black color and you will see the button mobile like thisWhen you have this, you can disable menu hamburger.Best Regards,PenciDesigncjuge repliedFebruary 17, 2019 at 6:23pmPerfect, thank you so much! :D Sign in to reply ...
Hello,
How to remove the "Hamburger Menu" on the computer display and leave it just for the portable display?
Thanks
Hi,
By default, on mobile already support mobile navigation - not hamburger menu. So, you don't need to enable hamburger menu if you don't want it appears on desktop.
Best Regards,
PenciDesign
The problem is that I want it on mobile navigation but not on computer navigation
Hi,
Ok, if so please add more this code to Customize > Custom CSS to hide it on desktop:
Best Regards,
PenciDesign
It don't change anything :(
Hi,
Can you show me your site url to I can take it a look?
Best Regards,
PenciDesign
Hi,
I see the issues you got, you can't see mobile menu because you've change color for it to white color - so, you can't see it.
Please go to Customize > Colors for Header > on "Main Bar Search Icon Color" > change it to black color and you will see the button mobile like this
When you have this, you can disable menu hamburger.
Best Regards,
PenciDesign
Perfect, thank you so much! :D