Jump to content

Hiding Header and footer - Template impact

Recommended Posts

  • Replies 1
  • Views 482
  • Created
  • Last Reply

@mdufner


/* Hide on Entire Site */
@media screen and (max-width:640px) {
.Mobile-bar {
       display: none;
   }
footer.Footer {
       display: none !important;
   }
}
/* Hide on One Page */
/* First you need to find Page ID. See how to below */
@media screen and (max-width:640px) {
   body#collection-59dbc8046f4ca35190c95826 .Mobile-bar {
       display: none;
   }
   body#collection-59dbc8046f4ca35190c95826 footer.Footer {
       display: none !important;
   }
}

See how to find Page ID: https://beaverhero.com/squarespace-how-to/#HowtoFindPageID

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.