Jump to content

HAWLEY TEMPLATE CUSTOMIZATION

Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

I figured out how to do this!

 

// Navigation Line hover effect
.header-nav-item::after {
  content: '';
  background-color: #D3B54D;
  height: 1px; //thickness
  width: 0;
  display: block;
  margin-top: 1.5px !important;
  transform: scaleX(1);
  transition: width 2s ease; 
  margin: 0 auto;
}

.header-nav-item:hover::after {
  width: 100%;
}

.header-nav-item--active a {
    background-image: none !important;
}

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.