simonuh Posted September 16, 2022 Share Posted September 16, 2022 (edited) Site URL: https://www.simonu.nl/dansen Hi all, I am looking to remove the mobile menu from a single page (www.simonu.nl/dansen) of my website. I just want the page to be a blank page with just one photograph shown. I did add the following code to the page's advanced inject custom code menu: <style>#header, #mobile.bar, #footer {display: none !important; }</style> This removed all emelents from the page on desktop. But on mobile the drop-down menu stays. How do I remove the mobile menu as well? Any help would be much appreciated! Thanks in advance, Simon Edited September 16, 2022 by simonuh Link to comment
Solution Beyondspace Posted September 16, 2022 Solution Share Posted September 16, 2022 1 hour ago, simonuh said: Site URL: https://www.simonu.nl/dansen Hi all, I am looking to remove the mobile menu from a single page (www.simonu.nl/dansen) of my website. I just want the page to be a blank page with just one photograph shown. I did add the following code to the page's advanced inject custom code menu: <style>#header, #mobile.bar, #footer {display: none !important; }</style> This removed all emelents from the page on desktop. But on mobile the drop-down menu stays. How do I remove the mobile menu as well? Any help would be much appreciated! Thanks in advance, Simon Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { #collection-63244ec4b52939505c480449 #mobileNav { display: none; } #collection-63244ec4b52939505c480449 #mobileMenuLink { display: none; } #block-63244ec4b52939505c48044a { display: none; } } Let me know how it works on your site BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted September 16, 2022 Share Posted September 16, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
simonuh Posted September 16, 2022 Author Share Posted September 16, 2022 Jep, that's it! Thank you so much for taking the time! 😄 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