Jump to content

Help with hidding links from header

Recommended Posts

  • Replies 2
  • Views 355
  • Created
  • Last Reply

Hi @sandrae

Go to Design > Custom CSS and paste this:

.Header-nav-item:nth-child(2) {
                    display: none;
}
.Header-nav-item:nth-child(4) {
                    display: none;
}
.Header-nav-item:nth-child(5) {
                    display: none;
}

.Mobile-overlay-nav-item:nth-child(2) {
                    display: none;
}
.Mobile-overlay-nav-item:nth-child(4) {
                    display: none;
}
.Mobile-overlay-nav-item:nth-child(5) {
                    display: none;
}

 

Magne

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.