RTB-tm Posted June 28, 2023 Share Posted June 28, 2023 Hey guys, I have a problem with making my logo inverted on specific pages on my portfolio site. My logo is black but on some of my subpages on the portfolio I want it to invert because of a dark background. I've tried to use the code below and it works fine but I only need it to be on the marked subpages which you can see on the attached image. Code: <style> header#header img { -webkit-filter: invert(100%); filter: invert(1); } </style> Thank you! - RTB Link to comment
Solution tuanphan Posted June 28, 2023 Solution Share Posted June 28, 2023 Edit KP11 and KP15 Pages > Add a Code Block (top or bottom page) > Then paste the code <style> header#header img { -webkit-filter: invert(100%); filter: 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!) Link to comment
RTB-tm Posted June 28, 2023 Author Share Posted June 28, 2023 Omg, so simpel! 😄 Thank you so much! 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