Jump to content

Hide Navigation Atelier 7.0 on a single page

Go to solution Solved by ThisJustin,

Recommended Posts

  • Replies 3
  • Views 281
  • Created
  • Last Reply

Top Posters In This Topic

  • Solution

Hi Shannon,

Which page do you want to hide the navigation on? You'll need to open up developer tools and find the collection id for that page. (It's in the list of body classes and looks like: collection-5d978ee6590a832f3c3fe6d4)

Then you could do something like:

#collection-id #topNav{
	display:none;
}

If you want to remove the whole sidebar it would be:

#collection-id {
	#headerWrapper{
		display:none;
	}
	.header-position-fixed-left #pageWrapper{
		 margin-left:0px;
		 max-width: unset;
	}
}

This would all go into your Custom CSS.

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.