(Squarespace) Login Text to custom icon

You can use this CSS to Website Tools > Custom CSS. Replace Pixabay with your icon url

/* Login text to icon */
span.unauth {
    background-image: url(https://cdn.pixabay.com/photo/2024/01/19/18/00/hydrangeas-8519528_1280.jpg) !important;
    color: transparent !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

2 Likes