Jump to content

Make a single word bold throughout entire site

Go to solution Solved by joseph81,

Recommended Posts

  • Solution

Hi Kate !

So in the custom css panel you can target that specific navigation item by order of the item or by content of the url for example.

.header-nav-list .header-nav-item:nth-child(2) {
	font-weight: bold
}

The other way is to target something specific on that item like the href attribute value in the link:

.header-nav-list a[href="/services"] {
	font-weight: bold
}

Jozsef Kerekes - Front-end developer and Squarespace enthusiast
My Blog: https://ui-workarounds.com
If you like my answer, please give me an upvote/like. Highly appreciated.

 

 

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.