KenzyDawnPhotography Posted January 3, 2020 Share Posted January 3, 2020 I'm trying to hide the mobile navigation bar only certain pages. I've found some other forums with code injections for hiding the menu nav bar completely, but there are only a few pages I don't want it shown on. I tried this code to hide the menu icon completely: .page-borders-none #mobileMenuLink { display: none !important; } Is there a way I can specify the code injection to apply to certain pages only? Or do I need an entirely new code? I've tried placing it within the specific page settings under advanced, but it doesn't work. It only works if I add it to Custom CSS. Help! Link to comment
tuanphan Posted January 4, 2020 Share Posted January 4, 2020 Wrap your code in style tag and insert to Page Settings > Advanced > Header <style> .page-borders-none #mobileMenuLink { display: none !important; } </style> If it doesn't work, can you share link to that page? We can check carefully. 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
KenzyDawnPhotography Posted January 4, 2020 Author Share Posted January 4, 2020 It worked! Thank you!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.