(Squarespace) How to add gradient on People section button

To add a gradient on People Section Button, like this.

You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or send me an email.

a.list-item-content__button {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4) !important;
}

1 Like