mdemartin Posted October 29, 2023 Share Posted October 29, 2023 (edited) Hi - on the following site, I would like the header on the homepage only to not be a solid color, but a 50% opacity or semi-transparent so that the background image shows through. Following is link and password - thank you for any help! https://eastpointe2023.squarespace.com/ Password is: password1 Edited October 30, 2023 by mdemartin Correction Link to comment
melody495 Posted October 29, 2023 Share Posted October 29, 2023 Hi, it says password is incorrect -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody | Squarespace Nerd e: melody@melodylee.tech 💻 💁♀️ 1-2-1 Squarespace Training session <- feeling stuck and want to learn? 👩💻 💁♀️ Website help <- send me your to-do list. From code to plugin to domain setup. 🧰 See the tools I use (contain affiliate links) ☕ Did I help? I like coffee (Thank you) Link to comment
mdemartin Posted October 30, 2023 Author Share Posted October 30, 2023 Password1 sorry about that! Link to comment
melody495 Posted October 30, 2023 Share Posted October 30, 2023 (edited) @mdemartin header you mean this? Try adding this to your custom css? .homepage .header-background-solid { opacity: 50%; } Or into your homepage code injection <style> .header-background-solid { opacity: 50%; } </style> Edited October 30, 2023 by melody495 -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody | Squarespace Nerd e: melody@melodylee.tech 💻 💁♀️ 1-2-1 Squarespace Training session <- feeling stuck and want to learn? 👩💻 💁♀️ Website help <- send me your to-do list. From code to plugin to domain setup. 🧰 See the tools I use (contain affiliate links) ☕ Did I help? I like coffee (Thank you) Link to comment
mdemartin Posted October 30, 2023 Author Share Posted October 30, 2023 Hi - unfortunately those both didn't work. Let me know what you think. Thanks. Link to comment
melody495 Posted October 30, 2023 Share Posted October 30, 2023 @mdemartin is my screenshot what you expected? That is set to 50% opacity. If yes, can you keep the code in homepage code injection so I can check. Can I check if this is where you have put the code? -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody | Squarespace Nerd e: melody@melodylee.tech 💻 💁♀️ 1-2-1 Squarespace Training session <- feeling stuck and want to learn? 👩💻 💁♀️ Website help <- send me your to-do list. From code to plugin to domain setup. 🧰 See the tools I use (contain affiliate links) ☕ Did I help? I like coffee (Thank you) Link to comment
Solution melody495 Posted October 30, 2023 Solution Share Posted October 30, 2023 @mdemartin try this ? add important. Add this code to your home page code injection. Homepage -> Settings-> Advanced -> paste and save. <style> .header-background-solid { opacity: 50% !important; } </style> -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody | Squarespace Nerd e: melody@melodylee.tech 💻 💁♀️ 1-2-1 Squarespace Training session <- feeling stuck and want to learn? 👩💻 💁♀️ Website help <- send me your to-do list. From code to plugin to domain setup. 🧰 See the tools I use (contain affiliate links) ☕ Did I help? I like coffee (Thank you) Link to comment
mdemartin Posted October 30, 2023 Author Share Posted October 30, 2023 Wow, that did it - thank you very much! Link to comment
melody495 Posted October 30, 2023 Share Posted October 30, 2023 @mdemartin you are very welcome! -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody | Squarespace Nerd e: melody@melodylee.tech 💻 💁♀️ 1-2-1 Squarespace Training session <- feeling stuck and want to learn? 👩💻 💁♀️ Website help <- send me your to-do list. From code to plugin to domain setup. 🧰 See the tools I use (contain affiliate links) ☕ Did I help? I like coffee (Thank you) 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