KenzyDawnPhotography Posted January 3, 2020 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!
tuanphan Posted January 4, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.