Turn Last Primary Nav Item Into Button

Look Demo

Easily turn the last primary link into a button. This plugin uses css editor and works with Squarespace 7.0 (Brine template family).

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.

// Last Nav Item Into Button //

.Header-nav.Header-nav--primary a:last-child {
    background: #00CBBA; /* button color */
    color: #FFFFFF; /* text color */
    padding: 15px;
    border-radius: 30px;
}

Customize

Replace both of the background and color values #00CBBA and #FFFFFF with the colors of your choice.

Feel free to adjust the padding and border radius to your liking

License

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

Previous
Previous

Turn Last Secondary Nav Item Into Button

Next
Next

Solid Scroll Bar