Jump to content

Add Different Logo To Specific Page

Recommended Posts

Site URL: https://stephenhendler.com/

Hi there, on my site: https://stephenhendler.com/

I want to add white logos to specific pages. The white logo is here: https://static1.squarespace.com/static/6105c4f34935a22f98b4647d/t/629d81a4c133451012dc1f83/1654489508097/Artboard+12%404x.png

How could I add this white logo to this specific page: https://stephenhendler.com/home/knicks-newyorkforever

Any thoughts @tuanphan Thank you

Edited by SHendler
Link to comment
  • SHendler changed the title to Add Different Logo To Specific Page
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

2 options to do this.

O1. Add this code to Page Header

<style>
  header#header img {
    filter: brightness(0) invert(1) !important;
    visibility: visible;
}
</style>

O2. Use this code

<style>
  header#header img {
    content: url(https://static1.squarespace.com/static/6105c4f34935a22f98b4647d/t/629d81a4c133451012dc1f83/1654489508097/Artboard+12%404x.png);
    visibility: visible;
}
</style>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

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.