laura5 Posted July 22, 2020 Share Posted July 22, 2020 Site URL: https://mauve-daffodil-4gl4.squarespace.com/ Hi there, I've seen several answers to this question and have almost gotten it to work, but hoping someone can get me over the finish line. I want my client's logo reversed out of the header image on the home page, but then have it be in color on the rest of the pages where there's no header image. The code I found from TuanPhan (thank you!) is: body.homepage .header-title-logo img { filter: invert(1); } This kind of worked. It took it from it's regular dark blue to a beige on the home page only, but not white (see photo; it's the word "Rhetta."). Can anyone help? I want the logo to be pure white reversed out. Thank you! Link to comment
laura5 Posted July 23, 2020 Author Share Posted July 23, 2020 9 hours ago, rwp said: Need the password. doh. Of course. PW is rhetta Thx! Link to comment
rwp Posted July 23, 2020 Share Posted July 23, 2020 Use this: filter: brightness(0) invert(1); Link to comment
laura5 Posted July 23, 2020 Author Share Posted July 23, 2020 9 hours ago, rwp said: Use this: filter: brightness(0) invert(1); This worked perfectly....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