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> alecmomont 1 christyprice.com 🇺🇸 Austin, TX US Best Squarespace Plugins • Resources for Designers • Make Money with your Blog ✅ Download a FREE Squarespace Prelaunch Checklist Link to comment
alecmomont Posted January 6, 2020 Author Share Posted January 6, 2020 (edited) That worked! thank you! Edited February 5, 2020 by alecmomont christyprice 1 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 Best Squarespace Plugins • Resources for Designers • Make Money with your Blog ✅ Download a FREE Squarespace Prelaunch Checklist 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