You can send your questions to my email to get faster answer in 24 hours (free).
Buy me a coffee

Make logo on Password Page clickable

Add this code to the Lock Page Code Injection and click Save (you can change the Google URL in the code to URL what you want)

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
$(document).ready(function() { 
        $(".sqs-slice img").click(function() {
            var link = $(this).text(),
                href = "https://google.com";
            window.location.href=href;
        });
});
</script>
<style>
  .sqs-slice-group.group-top img {
      cursor: pointer;
  }
</style>

make-logo-on-password-page-clickable-01-min

make-logo-on-password-page-clickable-02-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