Plantology Posted August 10, 2023 Posted August 10, 2023 I'm trying to work out why the logo is appearing white at times and black at others? I can't see any code that's changing it? Any help would be most appreciated. Thanks!
tuanphan Posted August 12, 2023 Posted August 12, 2023 Hi, Can you share link to page where you have problem? We can check easier 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!)
Plantology Posted August 24, 2023 Author Posted August 24, 2023 Hey sorry, I've been on holiday! Thanks for your reply, here's the link - www.plantologyflorist.co.uk Thanks :)
Web_Solutions Posted August 24, 2023 Posted August 24, 2023 (edited) 1 hour ago, Plantology said: Hey sorry, I've been on holiday! Thanks for your reply, here's the link - www.plantologyflorist.co.uk Thanks 🙂 I think you have added this code on the PAGE HEADER CODE INJECTION Section. <style> .Header-branding img { filter:invert(1); } .tweak-header-primary-nav-hover-style-plain .Header-nav .Header-nav-item { color: #193314; } </style> You should remove this code. .Header-branding img { filter:invert(1); } This is for https://www.plantologyflorist.co.uk/workshops and https://www.plantologyflorist.co.uk/sustainability Pages Edited August 24, 2023 by Web_Solutions Ainul and Kobir 2 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Web_Solutions Posted August 24, 2023 Posted August 24, 2023 (edited) https://www.plantologyflorist.co.uk/stories For this page you have added this code. If you want white logo on this page. You should remove this code also. <style> .Header-branding { display: block; max-width: 380px; max-height: 100%; content: url("https://static1.squarespace.com/static/605a298c8005575b8ac866c0/t/608848a34cf3db53bd3ba012/1619544228007/Plantology_Logo_GREEN.png") !important; /* if logo needs to be centered */ margin-left: auto; margin-right: auto; } </style> Edited August 24, 2023 by Web_Solutions tuanphan and Ainul 2 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment