Jump to content

Different Logo's on different pages

Recommended Posts

On the darker page (like the Work page) open the Settings panel of the page you want to change (by clicking the 'gear' icon next to the page name within the Pages panel). Then click on Advanced and add the following to the PAGE HEADER CODE INJECTION area:

<style>
.header-title-logo img {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
</style>

When you save the changes, the logo will be made lighter on the darker background.

  If this helps you, please click "Like" below  ⬇️

About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.
Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. 
Content: Links in my posts may refer to SF Digital products or may be affiliate links.

Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!
If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.
Improve your online store with our extensions.

Link to comment
2 hours ago, paul2009 said:

On the darker page (like the Work page) open the Settings panel of the page you want to change (by clicking the 'gear' icon next to the page name within the Pages panel). Then click on Advanced and add the following to the PAGE HEADER CODE INJECTION area:


<style>
.header-title-logo img {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
</style>

When you save the changes, the logo will be made lighter on the darker background.

  If this helps you, please click "Like" below  ⬇️

Thank you, but it seems that option is locked under "Business and Commercial Plan" only. Is there another way around this? 

 

2.jpg

Link to comment

If you are on a Personal Plan, you can add CSS to the Custom CSS panel in Design > Custom CSS instead.

However, to do this you'll need to identify the unique collection ID of each page where you want the logo to change. For example, to change the Work page, you'd add this instead:

#collection-5fea1f43c45737001d813e30 {
 .header-title-logo img {
    filter: invert(100%);
    -webkit-filter: invert(100%);
  }
}

Note that collection-5fea1f43c45737001d813e30 is the ID of the Work page. You can find the IDs of other pages by following this guide.

  If this helps you, please click "Like" below  ⬇️

About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.
Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. 
Content: Links in my posts may refer to SF Digital products or may be affiliate links.

Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!
If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.
Improve your online store with our extensions.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.