Sherman Posted February 9, 2021 Share Posted February 9, 2021 Site URL: https://www.joshyeoh.com/ Hi, i'm looking to invert the logo colour of a single page on my site from black (Currently) to white: https://www.joshyeoh.com/connect Is there a way that i can do that without changing the colour of the logo for the rest of the pages? Regards, Sherman Link to comment
Solution WoostersBakery Posted February 9, 2021 Solution Share Posted February 9, 2021 This should do the trick (Design>Custom CSS): #collection-60067ed41c6cfa0180fa133c .header-title-logo img { filter: invert(1); } Link to comment
tuanphan Posted February 9, 2021 Share Posted February 9, 2021 You can also add this code to Connect Page Header <style> .header-title-logo img { filter: invert(1); } </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
Create an account or sign in to comment
You need to be a member in order to leave a comment