Guest Posted August 1, 2019 Posted August 1, 2019 Hi, my website is informd.co.in and informd.squarespace.com where the logo is a light shade of grey. The logo needs to be white but that would make it invisible on the mobile site. Can someone help me get CSS to make the logo black on the mobile site? Thanks in advance! :)
tuanphan Posted August 1, 2019 Posted August 1, 2019 @yashlunagaria @media screen and (max-width:640px) { img.Mobile-bar-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!)
tuanphan Posted August 1, 2019 Posted August 1, 2019 @yashlunagaria Accept Answer if it worked. Other members can use if they know it worked. 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.