bszphoto Posted August 22, 2020 Posted August 22, 2020 I have already been able to remove the nav bar from the desktop site using <style> #header { display: none } </style> Now I just cannot find anywhere on the internet how to hide the mobile nav bar on a single page. Thanks! - portraitflow.com
tuanphan Posted August 23, 2020 Posted August 23, 2020 <style> .mobile-bar-wrapper { display: none; } </style> 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.