Buy me a coffee

Login Text CSS

Add these codes to the Custom CSS box and Save 

Rename Login text

/* rename login text */
span.unauth {
    visibility: hidden;
}
span.unauth:before {
    visibility: visible;
    content: "new login text";
    display: block;
}

The result like below

rename-login-text-01-min

Login size on Mobile 

/* Login size on mobile */
div.header-menu span.unauth {
    font-size: 30px !important;
}

Result:

login-size-on-mobile-01-min

Login Text to icon

/* 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;
}

You will have the result like this

login-text-to-icon-01-min

 

Ask me a question, free

If your site is private or in trial, just setup password and share url. See how to: https://beaverhero.com/squarespace-how-to/
Please check your email carefully. Recently I got a lot of questions with wrong emails.

If you haven't heard from me within 24 hours please check your junk/spam folder