TanveerSaini Posted April 20, 2020 Posted April 20, 2020 (edited) Site URL: https://parrotfish-oleander-bnp7.squarespace.com/ Hi, I'm building a website and I wanted to remove the footer for both mobile and desktop on two specific pages, not all of the pages... The two pages are https://parrotfish-oleander-bnp7.squarespace.com/contact (Contact) and https://parrotfish-oleander-bnp7.squarespace.com/blog (Podcast) The password for the website is Projectkeynote Thank you! Edited April 20, 2020 by TanveerSaini
tuanphan Posted April 20, 2020 Posted April 20, 2020 Add to Page Settings > Advanced > Header <style> header#header { display: none; } footer#footer-sections { display: none; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
TanveerSaini Posted April 21, 2020 Author Posted April 21, 2020 (edited) On 4/19/2020 at 11:56 PM, tuanphan said: Add to Page Settings > Advanced > Header <style> header#header { display: none; } footer#footer-sections { display: none; } </style> Is there a way to do this while using the personal plan and not having to upgrade to the business plan? And I only want to do this with the footer, I want to keep the header but hide the footer Edited April 21, 2020 by TanveerSaini
tuanphan Posted April 22, 2020 Posted April 22, 2020 16 hours ago, TanveerSaini said: Is there a way to do this while using the personal plan and not having to upgrade to the business plan? And I only want to do this with the footer, I want to keep the header but hide the footer Add to Home > Design > Custom CSS body#collection-5e98f26ad73e5f27cd254ffc, body#collection-5e9d0df98660e44c275a3c7b { footer#footer-sections { display: none; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
EricGoldberg Posted December 28, 2022 Posted December 28, 2022 Hi! Is there a way to do this so the footer is hidden just on 2 pages? Not all pages. Let me know! Eric
tuanphan Posted December 30, 2022 Posted December 30, 2022 On 12/28/2022 at 11:07 PM, EricGoldberg said: Hi! Is there a way to do this so the footer is hidden just on 2 pages? Not all pages. Let me know! Eric Edit 2 Pages > Add a Code Block at bottom of page > Paste this code <style> footer.sections { display: none !important; } </style> If you use a Business Plan/higher, you can also add to Page Header The code for 7.1 version, if you use 7.0, please share site url, we will give new code Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment