linyues Posted November 9, 2020 Share Posted November 9, 2020 Hello! I have this in my code which gives me a white overlay over my poster blocks with 65% transparency. How can I change the overlay to black, and also, how do I change the text in the poster block to a different color hex (like white?) Essentially, if you see the image below I want the poster blocks below to look more like the resource header block. } .design-layout-poster .image-overlay{opacity:.65; } Thank you so much! Link to comment
Beyondspace Posted November 9, 2020 Share Posted November 9, 2020 Please provide your site url BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
linyues Posted November 9, 2020 Author Share Posted November 9, 2020 Hi @bangank36 I'm afraid the site is not currently live so I am unable to. Are you unable to assist without the URL? Link to comment
Beyondspace Posted November 10, 2020 Share Posted November 10, 2020 10 hours ago, linyues said: Hi @bangank36 I'm afraid the site is not currently live so I am unable to. Are you unable to assist without the URL? You can set up a temp password Site-wide passwords – Squarespace Help BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
tuanphan Posted November 11, 2020 Share Posted November 11, 2020 You can add this to Home > Design > Custom CSS to change poster text color /* poster text color */ .design-layout-poster * {color: white !important;} Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
linyues Posted November 18, 2020 Author Share Posted November 18, 2020 Hi @bangank36 the URL is https://www.silverstrand.capital/resources Thank you so much @tuanphan that is really useful for the text, but how can I also change the color of the overlay of the image to black? Thank you! Link to comment
tuanphan Posted November 18, 2020 Share Posted November 18, 2020 4 hours ago, linyues said: Hi @bangank36 the URL is https://www.silverstrand.capital/resources Thank you so much @tuanphan that is really useful for the text, but how can I also change the color of the overlay of the image to black? Thank you! Add to Design > Custom CSS .design-layout-poster .image-overlay { background: red !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.