Buy me a coffee

How to change Mobile Logo

Add these codes to the Custom CSS box and Save (you can change the example URL to the URL that you want)

Blog Page (list)

/* Blog Page (list) */
[class*="type-blog"].view-list .header-mobile-logo img {
   content: url(https://cdn.pixabay.com/photo/2023/09/10/11/44/tulip-8244705_1280.jpg);
}

Blog Post

/* Blog Post */
[class*="type-blog"].view-item .header-mobile-logo img {
   content: url(https://cdn.pixabay.com/photo/2023/09/10/11/44/tulip-8244705_1280.jpg);
}

Event List

/* Event List */
[class*="type-event"].view-list .header-mobile-logo img {
   content: url(https://cdn.pixabay.com/photo/2023/09/10/11/44/tulip-8244705_1280.jpg);
}

Event Detail

/* Event Detail */
[class*="type-events"].view-item .header-mobile-logo img {
   content: url(https://cdn.pixabay.com/photo/2023/09/10/11/44/tulip-8244705_1280.jpg);
}

Shop/Category

/* Shop/Category */
[class*="type-products"].view-list .header-mobile-logo img {
   content: url(https://cdn.pixabay.com/photo/2023/09/10/11/44/tulip-8244705_1280.jpg);
}

Individual Product

/* Individual Product */
[class*="type-products"].view-item .header-mobile-logo img {
   content: url(https://cdn.pixabay.com/photo/2023/09/10/11/44/tulip-8244705_1280.jpg);
}

Cart Page

/* Cart Page */
body#cart .header-mobile-logo img {
   content: url(https://cdn.pixabay.com/photo/2023/09/10/11/44/tulip-8244705_1280.jpg);
}

Homepage Only

/* Homepage Only */
body.homepage .header-mobile-logo img {
   content: url(https://cdn.pixabay.com/photo/2023/09/10/11/44/tulip-8244705_1280.jpg);
}

Other Pages (exclude homepage)

/* Other pages - exclude homepage */
body:not(.homepage) .header-mobile-logo img {
   content: url(https://cdn.pixabay.com/photo/2023/09/10/11/44/tulip-8244705_1280.jpg);
}

On Scroll Only

/* On Scroll Only */
header#header.shrink .header-mobile-logo img {
   content: url(https://cdn.pixabay.com/photo/2023/09/10/11/44/tulip-8244705_1280.jpg);
}

One Page

Add this code to Page Header Code Injection and Save (you can change the example URL to the URL that you want)

<!-- Change Mobile Logo - One Page -->
<style>
.header-mobile-logo img {
   content: url(https://cdn.pixabay.com/photo/2023/09/10/11/44/tulip-8244705_1280.jpg);
}
</style>

All Pages

#1. On the main screen of the website, you click Edit.

how-to-change-mobile-logo-01-min

#2. Next, you hover on the logo and then click EDIT SITE HEADER.

how-to-change-mobile-logo-02-min

#3. Next, you choose the Site title & logo.

how-to-change-mobile-logo-03-min

#4. Next, you click on the Plus icon (+)

how-to-change-mobile-logo-04-min

#5. Next, click Upload File to upload the new logo.

how-to-change-mobile-logo-05-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