wa7245 Posted January 18, 2023 Share Posted January 18, 2023 Hey guys, I feel like I've done this 100 times, but for some reason this time I can't hide my header and footer on a specific page. The site is using version 7.0 and I've tried using this: <style> #header, #footer-sections { display: none; } </style> and this: <style> .Header, .Footer { display: none; } </style> and neither are working. Please help 🙂 Link to comment
Ziggy Posted January 18, 2023 Share Posted January 18, 2023 Can you share the website URL? Thanks! 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
wa7245 Posted January 18, 2023 Author Share Posted January 18, 2023 9 minutes ago, Ziggy said: Can you share the website URL? Thanks! cupsmission.com/links is what I'm trying to hide. Link to comment
Solution Ziggy Posted January 18, 2023 Solution Share Posted January 18, 2023 Looks like add !important to to each of the display:none; should do the trick. 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
wa7245 Posted January 18, 2023 Author Share Posted January 18, 2023 25 minutes ago, Ziggy said: Looks like add !important to to each of the display:none; should do the trick. That worked! What about for the mobile header? Link to comment
Ziggy Posted January 18, 2023 Share Posted January 18, 2023 Try adding this to what you already have: .tweak-mobile-bar-top-fixed .Mobile-bar--top { display: none !important; } 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
wa7245 Posted January 18, 2023 Author Share Posted January 18, 2023 8 minutes ago, Ziggy said: Try adding this to what you already have: .tweak-mobile-bar-top-fixed .Mobile-bar--top { display: none !important; } This is perfect. One more question- and its related to this page but a different question if I need to open another post I will...how do I make these buttons all the same width on the page I mentioned above? Link to comment
Ziggy Posted January 18, 2023 Share Posted January 18, 2023 No need to open a new thread, add this to your Custom CSS: #collection-63c8097b9f57561f5d604f40 { .sqs-block-button .sqs-block-button-element--medium { width: 360px; max-width: 70%; } } Give me a thumbs up if that helped, thanks! 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
wa7245 Posted January 18, 2023 Author Share Posted January 18, 2023 3 minutes ago, Ziggy said: No need to open a new thread, add this to your Custom CSS: #collection-63c8097b9f57561f5d604f40 { .sqs-block-button .sqs-block-button-element--medium { width: 360px; max-width: 70%; } } Give me a thumbs up if that helped, thanks! Not looking like it worked. The .sqs-block-button stuff is coming up in red, as well. Link to comment
Ziggy Posted January 18, 2023 Share Posted January 18, 2023 #collection-63c8097b9f57561f5d604f40 { .sqs-block-button .sqs-block-button-element--medium { width: 360px !important; max-width: 70% !important; } } Try that instead. 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
wa7245 Posted January 18, 2023 Author Share Posted January 18, 2023 1 hour ago, Ziggy said: #collection-63c8097b9f57561f5d604f40 { .sqs-block-button .sqs-block-button-element--medium { width: 360px !important; max-width: 70% !important; } } Try that instead. Still not working 😕 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