Buy me a coffee

Change a part of Site Title size

Suppose you have this site title text and need to change the size of “ASC”

change-a-part-of-site-title-size-01-min

#1. First, use this code to Code Injection > Footer

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
$(document).ready(function(){
    $("a#site-title").each(function() {
    $(this).html($(this).html().replace(/ASC/g, "<span>ASC</span>"));
});
});
</script>

change-a-part-of-site-title-size-02-min

#2. Use this code to Custom CSS box

a#site-title span {
    font-size: 14px;
}

change-a-part-of-site-title-size-03-min

#3. Result

change-a-part-of-site-title-size-04-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