Solid Pill Navigation On Hover

Look Demo

Add a solid pill style to any navigation link when hovered. This plugin uses css editor and works with Squarespace 7.1.

ezgif-2-2b3dc2205a5c.gif

How To Install

From your Squarespace account, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.

// Solid Pill Nav On Hover //

.header-nav-item a {
background-image: none !important;
padding: 0px 10px !important;
}

.header-nav-item a:hover {

background-color: #000000 !important;
color: #ffffff !important;
border-radius: 50px !important;
padding: 0px 10px !important;
background-image: none !important;
}

Customize

Adjust the background color, color, and border radius to your liking under .header-nav-item a:hover.

We recommend keeping the padding where it is.

License

This plugin comes with an Unlimited Use License. View License Terms

Previous
Previous

Left Align Mobile Menu Links

Next
Next

Gradient Pill Navigation On Hover