CP0 Posted February 17, 2023 Posted February 17, 2023 I've added custom code to invert the logo from white to back, but now the social icons and the line in the footer has inverted too? code <style> .header-title-logo img { -webkit-filter: invert(100%); filter: invert(100%); filter:progid:DXImageTransform.Microsoft.BasicImage(invert='1'); }
Solution tuanphan Posted February 21, 2023 Solution Posted February 21, 2023 Your code missing closing </style> tag. It should be <style> .header-title-logo img { -webkit-filter: invert(100%); filter: invert(100%); filter:progid:DXImageTransform.Microsoft.BasicImage(invert='1'); } </style> 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