BearVsShark Posted February 17, 2020 Share Posted February 17, 2020 Site URL: https://www.oldcrowpainting.com/ <style> .Header-branding-logo { -webkit-filter: invert(100%); filter: invert(100%); </style> This is the code I am using. It seems to work on and off. Also, is there a way to have just the homepage invert ONLY on mobile? Link to comment
tuanphan Posted February 18, 2020 Share Posted February 18, 2020 1. Disable Ajax Loading. 2. Edit your code to <style> @media screen and (max-width:640px) { .Header-branding-logo { -webkit-filter: invert(100%); filter: invert(100%); } </style> 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.