Comments rovinvazirani started the conversationJuly 3, 2019 at 5:17pmI want to know how I can remove the hamburger menu from mobile view. I don't have any content to show in the menu. 2,700PenciDesign repliedJuly 4, 2019 at 3:12amHi,You can add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 960px){ #navigation .button-menu-mobile { display: none; } } Best Regards,PenciDesign Sign in to reply ...
I want to know how I can remove the hamburger menu from mobile view. I don't have any content to show in the menu.
Hi,
You can add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign