yashlunagaria Posted August 1, 2019 Share 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! :) Link to comment
tuanphan Posted August 1, 2019 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tuanphan Posted August 1, 2019 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
yashlunagaria Posted August 1, 2019 Author Share Posted August 1, 2019 Done @tuanphan Thank you so much Tuan! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.