ladyniks 1 Share Posted February 26, 2020 Site URL: https://www.huesofcomfort.com/ Hi, I'm wondering if it's possible to remove both the header and footer from select (not all) pages? I have a business account. Link to post
0 tuanphan 9,586 Share Posted February 27, 2020 Add to Page Settings > Advanced > Header <style> header#header { display: none; } </style> I don't see footer on your site? Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
0 MRHougland 0 Share Posted April 15, 2020 What about how to remove a footer? What would that code be? Specifically on: www.matthewhougland.com/teachers-only Link to post
0 nathanlmcguire 0 Share Posted April 26, 2020 I'm also struggling to get rid of the footer on my homepage. Any helpful tips to get rid of it? Link to post
0 tuanphan 9,586 Share Posted April 26, 2020 On 4/16/2020 at 6:14 AM, MRHougland said: What about how to remove a footer? What would that code be? Specifically on: www.matthewhougland.com/teachers-only Add to Page Settings > Advanced > Header <style> /* Remove Header Footer */ header, footer {display:none;} </style> 2 hours ago, nathanlmcguire said: I'm also struggling to get rid of the footer on my homepage. Any helpful tips to get rid of it? You use SS 7.1? Add this to Home > Design > Custom CSS .homepage footer {display:none;} Aesthetic_Collab 1 Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
0 nataliaswarz 19 Share Posted October 26, 2020 Hello! How can i do this on desktop only? I'm using this code: <style> header#header { display: none; } </style> But i would like to show the header on mobile. Thank you! Link to post
0 tuanphan 9,586 Share Posted October 27, 2020 9 hours ago, nataliaswarz said: Hello! How can i do this on desktop only? I'm using this code: <style> header#header { display: none; } </style> But i would like to show the header on mobile. Thank you! <style> @media screen and (min-width:768px) { header#header { display: none; } } </style> Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
0 luisabojaca123 0 Share Posted March 19 Hello I've added a coded footer and now I would like to remove it from my contact page. How can I do this? Link to post
0 tuanphan 9,586 Share Posted March 24 On 3/20/2021 at 6:10 AM, luisabojaca123 said: Hello I've added a coded footer and now I would like to remove it from my contact page. How can I do this? Edit Contact Page >> Add a Code Block >> paste this code <style> body footer {display: none !important;} </style> Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
Question
ladyniks 1
Site URL: https://www.huesofcomfort.com/
Hi, I'm wondering if it's possible to remove both the header and footer from select (not all) pages? I have a business account.
Link to post
Top Posters For This Question
4
1
1
1
Popular Days
Apr 26
2
Oct 26
1
Feb 26
1
Oct 27
1
Top Posters For This Question
tuanphan 4 posts
ladyniks 1 post
MRHougland 1 post
nathanlmcguire 1 post
Popular Days
Apr 26 2020
2 posts
Oct 26 2020
1 post
Feb 26 2020
1 post
Oct 27 2020
1 post
Popular Posts
tuanphan
Add to Page Settings > Advanced > Header <style> /* Remove Header Footer */ header, footer {display:none;} </style> You use SS 7.1? Add this to Home > Design &
Posted Images
8 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment