_seb Posted November 8, 2019 Share Posted November 8, 2019 Hi, on this (and other pages) is a default red background before loading the actual image: https://www.nur-auf-wunsch.de/. I'd like to change it to white/#fff but couldn't edit the item in the style editor. Squarespace support told me, I have to add custom CSS. I tried to overrule the background-color of the class, but apparently failed :/. Could you please give me a hint how to do this? Thanks, Seb https://www.nur-auf-wunsch.de/ Link to comment
tuanphan Posted November 9, 2019 Share Posted November 9, 2019 Try this CSS (Add to Home > Design > Custom CSS) .Index-page--has-image { background-color: green; } 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
_seb Posted November 10, 2019 Author Share Posted November 10, 2019 Hey - thanks a lot 🙂 I have tried that, but for some reason it doesn't work. It's still in the custom CSS, so you can see it. Any idea, why this happens? Link to comment
_seb Posted November 10, 2019 Author Share Posted November 10, 2019 I added !important to test, which overrules the image 😉 Link to comment
tuanphan Posted November 11, 2019 Share Posted November 11, 2019 6 hours ago, _seb said: I added !important to test, which overrules the image 😉 trying insert to Home > Settings > Advanced > Code Injection > Header (don't add !important) <style> .Index-page--has-image { background-color: green; } </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
Archived
This topic is now archived and is closed to further replies.