mdemartin Posted October 29 Share Posted October 29 (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 by mdemartin Correction Link to comment
melody495 Posted October 29 Share Posted October 29 Hi, it says password is incorrect -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody 💁♀️ SquareSpace Developer You dream it, I'll make it happen. Contact me: 💻 https://www.melodylee.tech ✉️ my email 📍 UK based. The great thing about the internet, we can work together from anywhere. #neverstoplearning ☕ I like coffee 😊 Link to comment
mdemartin Posted October 30 Author Share Posted October 30 Password1 sorry about that! Link to comment
melody495 Posted October 30 Share Posted October 30 (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 by melody495 -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody 💁♀️ SquareSpace Developer You dream it, I'll make it happen. Contact me: 💻 https://www.melodylee.tech ✉️ my email 📍 UK based. The great thing about the internet, we can work together from anywhere. #neverstoplearning ☕ I like coffee 😊 Link to comment
mdemartin Posted October 30 Author Share Posted October 30 Hi - unfortunately those both didn't work. Let me know what you think. Thanks. Link to comment
melody495 Posted October 30 Share Posted October 30 @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 Developer You dream it, I'll make it happen. Contact me: 💻 https://www.melodylee.tech ✉️ my email 📍 UK based. The great thing about the internet, we can work together from anywhere. #neverstoplearning ☕ I like coffee 😊 Link to comment
Solution melody495 Posted October 30 Solution Share Posted October 30 @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 Developer You dream it, I'll make it happen. Contact me: 💻 https://www.melodylee.tech ✉️ my email 📍 UK based. The great thing about the internet, we can work together from anywhere. #neverstoplearning ☕ I like coffee 😊 Link to comment
mdemartin Posted October 30 Author Share Posted October 30 Wow, that did it - thank you very much! Link to comment
melody495 Posted October 30 Share Posted October 30 @mdemartin you are very welcome! -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody 💁♀️ SquareSpace Developer You dream it, I'll make it happen. Contact me: 💻 https://www.melodylee.tech ✉️ my email 📍 UK based. The great thing about the internet, we can work together from anywhere. #neverstoplearning ☕ I like coffee 😊 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