Jump to content

Border Underline in Header Nav

Recommended Posts

Posted

Hi, all!

I'm trying to add a colored bottom border to my header nav links. I've successfully coded the border, but my problem is that it inherits the text color, rather than the independent color I've coded in. Any thoughts as to what might be happening? Thanks! Code is below. 

 

//HEADER NAV UNDERLINE//
.header-nav-item a {
  display: inline-block;
  color: #FFFFFF !important;
  text-align: center !important;
  border-color: #627360 !important;
  border-bottom: 2px solid !important;
}

Thanks in advance for any input!
 

  • Replies 1
  • Views 451
  • Created
  • Last Reply
Posted

I've solved my own problem just now with this update code:

//HEADER NAV UNDERLINE//
.header-nav-item a{
  display: inline-block;
  color: #FFFFFF !important;
  text-align: center !important;
  border-bottom: 2px solid #627360 !important;
}

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.