KofiPerry Posted February 29 Share Posted February 29 How can I remove or hide my navigation menu on the mobile version of my site in order to have only one visible page where I can put all of my content? Is it possible to do this while keeping the navigation menu and corresponding pages visible on the desktop version? I want my mobile version to land on a single page that starts with the content currently on my "about/contact" page, followed by what's on my "selected works" page when scrolling down. I don't want a navigation menu on mobile. My website is https://www.kofiperry.com/ Thank you! Link to comment
Solution tuanphan Posted March 3 Solution Share Posted March 3 To hide nav on mobile, use this code to Website > Website Tools > Custom CSS @media screen and (max-width:767px) { .header-nav, .header-burger { display: none !important; } } 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!) 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