Jump to content

Invert Logo on Pages with Lighter colored header sections on 7.1

Recommended Posts

17 hours ago, MJohn said:

Site URL: https://brambledesign.squarespace.com/

Hi everyone, I'm looking to invert my white logo on pages that have lighter header sections and on blog post pages.

Thanks in advance!

pw: hello

With blog posts, add this to Design > Custom CSS

/* Blog posts logo */
body[class*="collection-type-blog"].view-item header#header img {
    filter: invert(1);
    -webkit-filter: invert(1);
}

With other pages, add this to Page Header

<style>
  header#header img {
    filter: invert(1);
    -webkit-filter: invert(1);
}
</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.