(Squarespace) Change Logo color on side by side blog

To change Logo color on side by side blog.

You can use this code to Custom CSS box.

body.collection-type-blog-side-by-side header#header img {
    content: url(https://cdn.pixabay.com/photo/2025/03/06/08/25/blueberries-9450130_1280.jpg);
}

1 Like