MyfWebb Posted June 6 Posted June 6 (edited) Hi I have seen various requests and solutions. I tried this code below, but my logo is burgundy so inverted it turned bluey colour, I'd like it to appear white on the homepage where it appears on a photo and the uploaded burgundy on the other pages. Can anyone help? Will it work across on mobile? Thanks //Invert header logo color on dark themed Sections .dark, .dark-bold, .black, .black-bold { &.header .header-title-logo a { filter: invert(1); -webkit-filter: invert(1); }} Edited June 6 by MyfWebb
Widle Posted June 6 Posted June 6 <style> .header-title-logo img { -webkit-filter: invert(100%); filter: invert(100%); filter:progid:DXImageTransform.Microsoft.BasicImage(invert=’1′); } </style> Where to add the code: Home Page Settings >> Advance Widle - Squarespace Website Design Experts Connect - Connect with Email Website - Visit us Ahmedabad, India
tuanphan Posted June 8 Posted June 8 Can you share site url? We can check easier. 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!)
MyfWebb Posted June 13 Author Posted June 13 Yes of course https://lettuce-sepia-twct.squarespace.com/config/
tuanphan Posted June 15 Posted June 15 On 6/13/2024 at 5:35 PM, MyfWebb said: Yes of course https://lettuce-sepia-twct.squarespace.com/config/ The site is private. You can follow this. 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment