studiomiko Posted March 9, 2023 Share Posted March 9, 2023 Hi I want to hide my header section + Nav on desktop view only, can someone help me with the code. florislandi.com password - test Link to comment
Ziggy Posted March 9, 2023 Share Posted March 9, 2023 Yes, here's what you need: #collection-63cfea0f11567d2c95675c56 { #header { display:none; } } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Nyi Posted March 14 Share Posted March 14 Use media screen min-width. Adjust min-width as you want. Here is example code. @media (min-width: 768px) { .header { display: none; } } 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