Jump to content

Can I hide my top menu navigation?

Recommended Posts

  • Replies 3
  • Created
  • Last Reply

If you only want to hide the navigation only, you can add this to Design > Custom CSS:

.homepage .header-layout-nav-right .header-nav {
  display: none;
}

If you want to hide the cart and login buttons as well, you'd use this instead:

.homepage .header-layout-nav-right .header-nav, .homepage .header-layout-nav-right .header-actions {
  display: none;
}

For the benefit of others who read this post:

  • This snippet is for Squarespace 7.1 only, when the site is configured with the header navigation in the top right.
  • It applies to the homepage only, because the ".homepage" class has been used.

 

About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥.
Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. 
Content: Links in my posts may refer to SF Digital products or may be affiliate links.
If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too.

Link to comment
18 hours ago, paul2009 said:

If you only want to hide the navigation only, you can add this to Design > Custom CSS:


.homepage .header-layout-nav-right .header-nav {
  display: none;
}

If you want to hide the cart and login buttons as well, you'd use this instead:


.homepage .header-layout-nav-right .header-nav, .homepage .header-layout-nav-right .header-actions {
  display: none;
}

For the benefit of others who read this post:

  • This snippet is for Squarespace 7.1 only, when the site is configured with the header navigation in the top right.
  • It applies to the homepage only, because the ".homepage" class has been used.

 

I'm trying to do the same thing, but to a "not linked" page - I'm not sure what class to use in order for this to affect the page. My page is called One Sheet.

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.