Jump to content

Hide Link on Desktop Site

Go to solution Solved by SaranyaDesigns,

Recommended Posts

  • Replies 1
  • Views 1.2k
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Solution

Gosh, this template really doesn't give you much to work with in terms of targeting the right selector...

Try this in your custom CSS:

.header-nav .header-nav-folder-item:first-of-type {
	display: none;
}

Note, if you add new menu items or change the order at all, you may have to adjust the targeting to be more specific, for example:

.header-nav .header-nav-item:nth-of-type(3) .header-nav-folder-item:first-of-type {
	display: none;
}

Which is targeting the desktop nav (not mobile) then the third menu item, then the first dropdown item. Hope this helps!

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.