IdleMike Posted October 25, 2019 Share Posted October 25, 2019 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 comment
tuanphan Posted October 25, 2019 Share Posted October 25, 2019 @IdleMike Can you share site url? I think some custom code can solve 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
IdleMike Posted October 25, 2019 Author Share Posted October 25, 2019 Hello @tuanphan my site url is as follows https://www.idlefurniture.co.uk/ Thanks Link to comment
IdleMike Posted October 25, 2019 Author Share Posted October 25, 2019 @tuanphan the challenge increases slightly. I just went on my phone to check how the update I've done are looking on the smaller screen and it turns out that the site logo needs to be black on home screen for phone browsers but white for table and desktop. Is this possible? Thanks, Mike Link to comment
IdleMike Posted November 4, 2019 Author Share Posted November 4, 2019 @tuanphan did I post the wrong information? Link to comment
tuanphan Posted November 4, 2019 Share Posted November 4, 2019 @IdleMike Add to Home > Design > Custom CSS /* White logo homepage */ .homepage img.Header-branding-logo { -webkit-filter: invert(1); 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
IdleMike Posted November 4, 2019 Author Share Posted November 4, 2019 @tuanphan Hero!!!!! That worked perfectly Thanks so much Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.