ConanKarpinski Posted January 29, 2020 Share Posted January 29, 2020 Site URL: http://www.littleindiaforever.com How do I make my white logo become black on a different page? www.littleindiaforever.com Hey everyone, as you can see on some pages there is no logo as it is a white logo on a white page - how do I invert the code to make the logo black on that page? Link to comment
tuanphan Posted January 30, 2020 Share Posted January 30, 2020 Add to Page Settings > Advanced > 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
Figura Posted January 30, 2020 Share Posted January 30, 2020 I also want this. I tried it on a eventpage, but it doesn't work. Do I need to edit the code (like paste the name of the file? Thanks Tuanphan! Link to comment
tuanphan Posted January 31, 2020 Share Posted January 31, 2020 15 hours ago, Figura said: I also want this. I tried it on a eventpage, but it doesn't work. Do I need to edit the code (like paste the name of the file? Thanks Tuanphan! each template needs different code for logo. Can you share link to your site? 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
Figura Posted February 5, 2020 Share Posted February 5, 2020 Hi Tuanphan, Thanks for getting back! https://synthesizer-spinach-r9za.squarespace.com/config/pages Do you mean this link? The site is not online yet. I have a event page with a banner image. When I click on on of those events I go to a certain event, but there's no banner option here, so you can't see the logo... Thats why I want to remove the image and invert the logo. (see attachments) I would be grant if you could help! Thanks in advance! Link to comment
Figura Posted February 10, 2020 Share Posted February 10, 2020 Hi Tuanphan, would it be possible to help out with this? Let me know what you need. Thanks in advance! Bart Link to comment
tuanphan Posted February 10, 2020 Share Posted February 10, 2020 6 hours ago, Figura said: Hi Tuanphan, would it be possible to help out with this? Let me know what you need. Thanks in advance! Bart Add to Home > Design > Custom CSS .collection-type-events.view-item header.Header img { 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
Figura Posted February 11, 2020 Share Posted February 11, 2020 Hi Tuanphan, Thanks for getting back and taking the time. It doesn't seem to work. Is it maybe possible to create a gray color instead of a banner image behind the logo and navigation? I think that'll work better visually. Thanks again! Link to comment
tuanphan Posted February 13, 2020 Share Posted February 13, 2020 On 2/12/2020 at 2:47 AM, Figura said: Hi Tuanphan, Thanks for getting back and taking the time. It doesn't seem to work. Is it maybe possible to create a gray color instead of a banner image behind the logo and navigation? I think that'll work better visually. Thanks again! Add to Home > Design > Custom CSS .collection-type-events.view-item .Header.Header--bottom { background: gray; } 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
Figura Posted February 13, 2020 Share Posted February 13, 2020 O! Yesss! This is great! It works, thanks so much for your time!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.