Jump to content

remove header and footer from select page on 7.1 template

Recommended Posts

  • Replies 8
  • Views 9.8k
  • Created
  • Last Reply
  • 1 month later...
  • 2 weeks later...
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;}

 

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
  • 5 months later...
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.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 4 months later...
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? 

Screen Shot 2021-03-19 at 7.09.42 PM.png

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.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.