Buy me a coffee

Add a logo to right of Header

Suppose you want to add a second logo to the right of the Header

You can use these codes to Code Injection – Footer

add-a-logo-to-right-of-header-01-min

Non-Clickable Logo

<!-- Non-clickable Logo -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
$(document).ready(function(){
    $('<p class="custom-img"><img src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" width="100px"/></p>').appendTo('.header-display-desktop');
});
</script>

add-a-logo-to-right-of-header-02.jpg-min

Clickable Logo

<!-- Clickable Logo -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
$(document).ready(function(){
    $('<a class="custom-img" href="https://google.com" target="_blank"><img src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" width="100px"/></a>').appendTo('.header-display-desktop');
});
</script>

add-a-logo-to-right-of-header-03.jpg-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