alecmomont Posted January 4, 2020 Share Posted January 4, 2020 Hi, I'm trying to remove the banner image from a few of the pages on my website I managed to do so using: <style> .Intro.Intro--has-image{ display: none; } </style> My problem now is that it still seems to think that there is an image so my logo is rendered in white. Anyone see a solution to this? Thanks! Alec Link to comment
christyprice Posted January 4, 2020 Share Posted January 4, 2020 Hi @alecmomont, try changing your code to this. It should both remove the banner and invert the logo. <style> .Intro.Intro--has-image{ display: none; } .Header-branding-logo { -webkit-filter: invert(100%); filter: invert(100%); filter:progid:DXImageTransform.Microsoft.BasicImage(invert='1'); } </style> christyprice.com 🇺🇸 Austin, TX US ✅ Get my 100+ item Client Process Checklist for $17. 📔 Flourish Journal for Creative Entrepreneurs - 365 days of prompts 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 Link to comment
alecmomont Posted January 6, 2020 Author Share Posted January 6, 2020 That worked! thank you! Link to comment
alecmomont Posted February 5, 2020 Author Share Posted February 5, 2020 Hi Christy, or anyone else, I might have done something wrong but ever since applying this to a new page this code has stopped working. I made this dummy page which has the above code embedded: http://www.alecmomont.com/test Anyone see a solution? Thanks Link to comment
tuanphan Posted February 5, 2020 Share Posted February 5, 2020 2 hours ago, alecmomont said: Hi Christy, or anyone else, I might have done something wrong but ever since applying this to a new page this code has stopped working. I made this dummy page which has the above code embedded: http://www.alecmomont.com/test Anyone see a solution? Thanks where banner? 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
alecmomont Posted February 6, 2020 Author Share Posted February 6, 2020 Hi Tuanphan, the banner is hidden because of the code, but as you can see my logo still shows up as being white. Link to comment
christyprice Posted February 6, 2020 Share Posted February 6, 2020 Hi @alecmomont, Try using this instead since you are using your site title in text instead of an image. <style> .has-site-title .Header-branding { color: #1a1f2d !important; } </style> christyprice.com 🇺🇸 Austin, TX US ✅ Get my 100+ item Client Process Checklist for $17. 📔 Flourish Journal for Creative Entrepreneurs - 365 days of prompts 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.