(Squarespace) Add a custom arrow to Newsletter Block Button

To add a custom arrow to Newsletter Block 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.

span.newsletter-form-button-label:after {
    content: '';
    background: url(https://content.invisioncic.com/p289038/monthly_2022_09/1753379866_Group13@2x.png.54c2b0e59adbe1a1f31f46b8b628398d.png) no-repeat;
    width: 20px; 
    height: 12px;
    background-size: contain;
    z-index: 999;
    display: inline-block;
}
span.newsletter-form-button-label {
    display: flex;
    align-items: center;
}

1 Like