Cristina_VersoVisual Posted November 29, 2019 Share Posted November 29, 2019 Hello, I'm trying to invert my Logo color on the homepage, as I use a dark header on it. I upload the dark logo as the main logo (for mobile and all other page) and used this css for only homepage <style>.Header-branding-logo { -webkit-filter: invert(100%) !important; filter: invert(100%) !important; }</style> It works well when I'm on the squarespace editing mode. But when I go to safari or chrome as visitor it change the color of all the pages, not only homepage. Can someone help me 🙏? Thank you my website: www.versovisual.com Link to comment
tuanphan Posted November 29, 2019 Share Posted November 29, 2019 @cristina.mrjn Did you insert that code in Home > Settings > Advanced > Header Code Injection? If yest, insert to Home Page code Injection or remove above code, and add this to Home > Design > Custom CSS .homepage .Header-branding-logo { -webkit-filter: invert(100%) !important; filter: invert(100%) !important; } 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
Cristina_VersoVisual Posted November 29, 2019 Author Share Posted November 29, 2019 Hello Tuanphan, thank you very much! Solved the problem with your second indication! Thank you again !! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.