rektguy Posted February 6 Share Posted February 6 I'm looking to hide the Hamburger Menu on Mobile since I am currently not using any additional pages and my website is set for a single page website. Anyone have a CSS code to remove that hamburger menu? Thanks! Link to comment
tuanphan Posted February 8 Share Posted February 8 Hi, Add to Design > Custom CSS /* hide burger */ .burger-inner { visibility: hidden; } beverly, Adviceify and vivability 1 2 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
elenachiara Posted March 14 Share Posted March 14 this works and bring me joy. thanks! Link to comment
Adviceify Posted July 21 Share Posted July 21 On 2/8/2023 at 11:31 AM, tuanphan said: Hi, Add to Design > Custom CSS /* hide burger */ .burger-inner { visibility: hidden; } Thank you! tuanphan 1 Link to comment
beverly Posted August 13 Share Posted August 13 Is it possible to hide the menu on mobile only when opening some pages, but not for the entire website? Link to comment
Lesum Posted August 13 Share Posted August 13 @beverly Yes, it's possible with some additional CSS code. If you could share your site URL and let me know on which pages you would like to hide the menu, I can write the required CSS code. Thanks! tuanphan 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
tuanphan Posted August 13 Share Posted August 13 13 minutes ago, beverly said: Is it possible to hide the menu on mobile only when opening some pages, but not for the entire website? If you use Business Plan or higher, add this code to Page Settings > Advanced > Code Injection <style> /* hide burger */ .burger-inner { visibility: hidden; } </style> If you use Personal/Basic Plan, edit these pages > Add a Code Block (anywhere on page) > paste this code <style> /* hide burger */ .burger-inner { visibility: hidden; } </style> beverly and Lesum 2 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment