i_insanity Posted July 11, 2023 Posted July 11, 2023 (edited) I want my homepage to be a squeeze page, where visitors can't navigate to other pages by using the header. So I want to remove the header on my homepage only. And keep the header on all other pages. I've tried Googling and can't find any way to do it without using custom code on the homepage only - which I can't do with a personal plan. Removing the header seems like an incredibly basic feature. Is there seriously no way to do it without paying more money? Thanks for any help you can give. Edited July 11, 2023 by i_insanity
Solution KwameAndCo Posted July 11, 2023 Solution Posted July 11, 2023 Assuming you're on 7.1. Go to custom CSS and add: // Remove header from specific pages // @Squareskills #collection, #collection, collection { #header { display: none; } } Replace #collection with the collection ID for any page(s) which you'd like to remove the header from. IF you'd like multiple pages, just separate them with commas as in the above example. You can get the Chrome Extension to identify collection IDs free from Heather Tovey. Let me know if this solves it for you. sayreambrosio, tuanphan and i_insanity 3 Work With Me 🖥️💻📱 Please remember to tag me so that I get a notification and respond to your help requests. If my answers have helped you, please drop a like and mark my answer as best to help other users find solutions quickly. You can also thank me or make requests by buying me a coffee ☕. (Caffeine fuels me to take more requests) For Squarespace Tips & Tricks, visit @squareskills (Youtube 📺 Tutorials) For Premium and FREE plugins, visit Squareskills (Plugin Store) 🧩 For Custom Plugins email me 🧩
i_insanity Posted July 11, 2023 Author Posted July 11, 2023 Worked perfectly, thank you so much. KwameAndCo 1
KwameAndCo Posted July 14, 2023 Posted July 14, 2023 No worries. Work With Me 🖥️💻📱 Please remember to tag me so that I get a notification and respond to your help requests. If my answers have helped you, please drop a like and mark my answer as best to help other users find solutions quickly. You can also thank me or make requests by buying me a coffee ☕. (Caffeine fuels me to take more requests) For Squarespace Tips & Tricks, visit @squareskills (Youtube 📺 Tutorials) For Premium and FREE plugins, visit Squareskills (Plugin Store) 🧩 For Custom Plugins email me 🧩
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment