Mehdi Posted August 20, 2021 Share Posted August 20, 2021 Site URL: https://www.laliluleloprod.com/ Hi everybody ! I want to change on one single page the image I use as a site title (my logo). As you can see, on the homepage, the logo is white and it's ok since the background is colored. But on other pages, such as this one https://www.laliluleloprod.com/entre-les-tombes you can't see the logo since the background is white. So I would like to change it with the black version I have on my computer; I tried several methods found online but infortunalety, it never worked. Can anyone help me out? 🙂 Thanks ! Link to comment
tuanphan Posted August 22, 2021 Share Posted August 22, 2021 Add to Design > Custom CSS body:not(.homepage) .logo-image img { filter: invert(1); -webkit-filter: invert(1); } 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
Mehdi Posted August 23, 2021 Author Share Posted August 23, 2021 On 8/22/2021 at 9:04 AM, tuanphan said: Add to Design > Custom CSS body:not(.homepage) .logo-image img { filter: invert(1); -webkit-filter: invert(1); } Wow, it was that easy ! Thanks a lot ! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.