i_insanity Posted July 11 Share Posted July 11 (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 by i_insanity Link to comment
Solution KwameAndCo Posted July 11 Solution Share Posted July 11 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) 🧩 Some links may be affiliate/referral links. Link to comment
i_insanity Posted July 11 Author Share Posted July 11 Worked perfectly, thank you so much. KwameAndCo 1 Link to comment
KwameAndCo Posted July 14 Share Posted July 14 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) 🧩 Some links may be affiliate/referral links. 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