MJohn Posted March 14, 2022 Share Posted March 14, 2022 (edited) 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 Edited March 14, 2022 by MJohn 👋 Michelle John 💕 Catchafire volunteer 🖥️ Web & graphic design for churches, nonprofits & small businesses 🔗 brambledesign.co Link to comment
tuanphan Posted March 15, 2022 Share Posted March 15, 2022 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> MJohn 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment