adamwarmington Posted July 11 Share Posted July 11 Hey guys, I know this has been asked / discussed a lot... but I can't seem to find a solution. My home/landing page has a white logo. I'd like it to be black for all other pages. Thanks so much 🙂 A Link to comment
Lesum Posted July 11 Share Posted July 11 @adamwarmington Hi! Can you share your site URL for context? If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
adamwarmington Posted July 11 Author Share Posted July 11 1 minute ago, Lesum said: @adamwarmington Hi! Can you share your site URL for context? OOPS https://paddlefish-dodecahedron-rhxb.squarespace.com/ Link to comment
Lesum Posted July 11 Share Posted July 11 @adamwarmington You can add this code in Website > Pages > Website Tools > Custom CSS body:not(.homepage) .header-title-logo img { -webkit-filter: invert(100%); filter: invert(100%); } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
adamwarmington Posted July 11 Author Share Posted July 11 5 minutes ago, Lesum said: @adamwarmington You can add this code in Website > Pages > Website Tools > Custom CSS body:not(.homepage) .header-title-logo img { -webkit-filter: invert(100%); filter: invert(100%); } worked ! thank you 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