I'm desperately trying to get my site logo colour to invert on my homepage. It needs to be black everywhere else except my homepage where I want it to be white. I've found an old thread that has a very similar query to this but the custom CSS code that was suggested didn't work for me.
Question
IdleMike 1
Hello,
I'm desperately trying to get my site logo colour to invert on my homepage. It needs to be black everywhere else except my homepage where I want it to be white. I've found an old thread that has a very similar query to this but the custom CSS code that was suggested didn't work for me.
Any ideas?
Link to post
Top Posters For This Question
5
2
Popular Days
Oct 25
4
Nov 4
3
Top Posters For This Question
IdleMike 5 posts
tuanphan 2 posts
Popular Days
Oct 25 2019
4 posts
Nov 4 2019
3 posts
Popular Posts
tuanphan
@IdleMike Add to Home > Design > Custom CSS /* White logo homepage */ .homepage img.Header-branding-logo { -webkit-filter: invert(1); filter: invert(1); }
IdleMike
@tuanphan Hero!!!!! That worked perfectly Thanks so much
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment