Turn Last Secondary Nav Item Into Button

Look Demo

Easily turn the last secondary 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 2nd Nav Item Into Button //

.Header-nav.Header-nav--secondary a:last-child {
    background: #242424; /* button color */
    color: #FFFFFF; /* text color */
    padding: 15px !important;
    border-radius: 30px,
}

Customize

Replace both of the background and color values #242424 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

Text Outline Effect

Next
Next

Turn Last Primary Nav Item Into Button