Jump to content

Is it possible to style just one nav option in your menu?

Recommended Posts

  • Replies 6
  • Views 637
  • Created
  • Last Reply

@keon use this code (add to Home > Design > Custom CSS)


/* about us item */
a.Header-nav-item:nth-child(1) {
   color: #f1f23f !important;
}
/* services item */
a.Header-nav-item:nth-child(2) {
   color: #f1f23f !important;
}
/* projects item */
a.Header-nav-item:nth-child(3) {
   color: #f1f23f !important;
}
/* blog item */
a.Header-nav-item:nth-child(4) {
   color: #f1f23f !important;
}
/* contact item */
a.Header-nav-item:nth-child(5) {
   color: #f1f23f !important;
}
/* workshop item */
a.Header-nav-item:nth-child(6) {
   color: #f1f23f !important;
}


Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

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.