Add multiple buttons to header nav in Squarespace 7.1 - Coding and Customization - Squarespace Forum

PHOTO EMBED

Tue Mar 09 2021 11:33:30 GMT+0000 (Coordinated Universal Time)

Saved by @Abhi #html

.header-nav-item [href*="/login"] {
    color: #6a92d2 !important;
    border-color: #6a92d2 !important;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .02em;
    text-transform: uppercase;
    line-height: 1.2em;
    padding: .86em 1.6032em !important;
}
nav.header-nav-list {
    align-items: center;
}
content_copyCOPY

add a login button

https://forum.squarespace.com/topic/155425-add-multiple-buttons-to-header-nav-in-squarespace-71/