SHendler Posted June 6, 2022 Share Posted June 6, 2022 (edited) 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 June 6, 2022 by SHendler Link to comment
tuanphan Posted June 11, 2022 Share Posted June 11, 2022 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 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