Jump to content

Removing logo and navigation from one specific page?

Recommended Posts

  • Replies 3
  • Views 1.7k
  • Created
  • Last Reply

@sermo First you need to find Page ID. Each Page will have different ID.

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

Next, please share your site url. :D

Final, try this code, hope it works. Remember replacing body#....87 with your page ID.


/* remove logo */
body#collection-56d73a8ccf80a15f84d31087 #site-title {
   display: none;
}
/* remove navigation */
body#collection-56d73a8ccf80a15f84d31087 nav#main-navigation {
   display: none;
}

and if want to remove header, try this code


body#collection-56d73a8ccf80a15f84d31087 div#navigation-top {
   display: none !important;
}


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.