Jump to content

Remove Footer on specific pages

Recommended Posts

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 by TanveerSaini
Link to comment
  • Replies 5
  • Views 480
  • Created
  • Last Reply

Top Posters In This Topic

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 by TanveerSaini
Link to comment
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!)

Link to comment
  • 2 years later...
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!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.