Change Logo on Shop Page

To change Logo on Shop Page Squarespace, you can follow these.

#1. First, create a Page in Not Linked with Name/URL:

  • New Logo – /new-logo

Next, add an Image Section

Next, edit Gallery

image

Upload your second logo

Save, then Right Click on Logo > Copy Image Address . In my example, we will have the URL:

https://images.squarespace-cdn.com/content/v1/6672ecf757a5d945cabc3965/1d45ed6f-3a9a-4523-9320-1633c8d98b90/st-peters-church-3536449_1280.jpg?format=500w

We will use this URL and add it to the code in #2.

#2. Use this code to Custom CSS box

[class*="type-products"].view-list header#header img {
content: url(https://images.squarespace-cdn.com/content/v1/6672ecf757a5d945cabc3965/1d45ed6f-3a9a-4523-9320-1633c8d98b90/st-peters-church-3536449_1280.jpg?format=500w);
}