justinbryeans Posted September 16, 2021 Share Posted September 16, 2021 Site URL: https://rabbit-primrose-wsww.squarespace.com/ I've looked at the built in style options and don't see the ability to set color overlay opacity for slides within the Banner Slideshow. Is that correct? And if that isn't a built in option, any thoughts on adding such via CSS? Thanks! Link to comment
tuanphan Posted September 19, 2021 Share Posted September 19, 2021 On 9/16/2021 at 12:24 PM, justinbryeans said: Site URL: https://rabbit-primrose-wsww.squarespace.com/ I've looked at the built in style options and don't see the ability to set color overlay opacity for slides within the Banner Slideshow. Is that correct? And if that isn't a built in option, any thoughts on adding such via CSS? Thanks! Hi, What is access password? 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
kated1987 Posted January 5, 2022 Share Posted January 5, 2022 Hi, Did anyone have a solution for this? Really looking to do the same and add an overlay on images used within the banner slideshow. Any help would be really appreciated! Many thanks. KD Link to comment
tuanphan Posted January 7, 2022 Share Posted January 7, 2022 On 1/5/2022 at 8:58 PM, kated1987 said: Hi, Did anyone have a solution for this? Really looking to do the same and add an overlay on images used within the banner slideshow. Any help would be really appreciated! Many thanks. KD Add to Design > Custom CSS /* Banner slideshow overlay */ .user-items-list-banner-slideshow .slide-content { background-color: rgba(0,0,0,0.25); } PatrickJ 1 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
PatrickJ Posted February 26, 2022 Share Posted February 26, 2022 (edited) On 1/7/2022 at 2:21 AM, tuanphan said: Add to Design > Custom CSS /* Banner slideshow overlay */ .user-items-list-banner-slideshow .slide-content { background-color: rgba(0,0,0,0.25); } This is great! Is there any way to have the overlay cover the whole image, and not have it only behind the text content? Edited February 26, 2022 by PatrickJ Link to comment
tuanphan Posted February 27, 2022 Share Posted February 27, 2022 On 2/26/2022 at 9:32 AM, PatrickJ said: This is great! Is there any way to have the overlay cover the whole image, and not have it only behind the text content? Can you share link to page where you use slideshow? We can check it again easier 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
PatrickJ Posted March 23, 2022 Share Posted March 23, 2022 On 2/27/2022 at 12:43 AM, tuanphan said: Can you share link to page where you use slideshow? We can check it again easier For sure! https://www.bronsondesign.ca/about Link to comment
tuanphan Posted March 26, 2022 Share Posted March 26, 2022 On 3/23/2022 at 4:01 PM, PatrickJ said: For sure! https://www.bronsondesign.ca/about Not sure why I miss this comment. You mean cover Our Process section image? 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
PatrickJ Posted March 30, 2022 Share Posted March 30, 2022 On 3/25/2022 at 8:40 PM, tuanphan said: Not sure why I miss this comment. You mean cover Our Process section image? No worries! Actually figured it out, thanks! tuanphan 1 Link to comment
PaullyDca Posted April 7, 2022 Share Posted April 7, 2022 On 3/30/2022 at 8:26 PM, PatrickJ said: No worries! Actually figured it out, thanks! What did ya do? I've been trying to figure this out to get the overlay over the full image for a few days now. Link to comment
tuanphan Posted April 10, 2022 Share Posted April 10, 2022 On 4/7/2022 at 7:29 PM, PaullyDca said: What did ya do? I've been trying to figure this out to get the overlay over the full image for a few days now. If you share link to share link to page where you use slieshow? We can help easier 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
isometricstudio Posted April 14, 2022 Share Posted April 14, 2022 Same question here. How do we put the black opacity overlay across the entire slideshow image area and not just the text div? Here is our link:https://turquoise-grasshopper-fa8h.squarespace.com Skylab 1 Link to comment
tuanphan Posted April 18, 2022 Share Posted April 18, 2022 On 4/15/2022 at 3:34 AM, isometricstudio said: Same question here. How do we put the black opacity overlay across the entire slideshow image area and not just the text div? Here is our link:https://turquoise-grasshopper-fa8h.squarespace.com Add to Design > Custom CSS /* Slideshow Overlay */ .slide-media-container:after { content: ""; background-color: rgba(0,0,0,0.95); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9099; } .slide-content.list-item-card-background { z-index: 99999999999999; } albumlogy 1 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
PaullyDca Posted April 19, 2022 Share Posted April 19, 2022 On 4/18/2022 at 9:13 AM, tuanphan said: Add to Design > Custom CSS /* Slideshow Overlay */ .slide-media-container:after { content: ""; background-color: rgba(0,0,0,0.95); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9099; } .slide-content.list-item-card-background { z-index: 99999999999999; } PERFECT!!! Thank you that solves it for me :) Link to comment
ChristineB Posted June 23, 2022 Share Posted June 23, 2022 This was super helpful! Is there a way of keeping the text 'still' on the site when scrolling to the next slide? Link to comment
tuanphan Posted June 24, 2022 Share Posted June 24, 2022 On 6/23/2022 at 9:46 PM, ChristineB said: This was super helpful! Is there a way of keeping the text 'still' on the site when scrolling to the next slide? What is your site url? We will check it again 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
ChristineB Posted June 28, 2022 Share Posted June 28, 2022 On 6/24/2022 at 11:45 PM, tuanphan said: What is your site url? We will check it again it is: octahedron-pomegranate-t3wz.squarespace.com PW: EQc0py1234 Thanks, Tuanphan! Link to comment
tuanphan Posted June 30, 2022 Share Posted June 30, 2022 On 6/28/2022 at 1:02 PM, ChristineB said: it is: octahedron-pomegranate-t3wz.squarespace.com PW: EQc0py1234 Thanks, Tuanphan! EQc0py1234 incorrect password 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
Skylab Posted October 23, 2022 Share Posted October 23, 2022 On 4/14/2022 at 4:34 PM, isometricstudio said: Same question here. How do we put the black opacity overlay across the entire slideshow image area and not just the text div? Here is our link:https://turquoise-grasshopper-fa8h.squarespace.com This is a real nice site Link to comment
arnaudchabot Posted November 20 Share Posted November 20 Hello how can i add a background overlay opacity above my homepage slideshow ? https://www.arnaudchabot.com/ Link to comment
tuanphan Posted November 22 Share Posted November 22 On 11/20/2023 at 8:29 PM, arnaudchabot said: Hello how can i add a background overlay opacity above my homepage slideshow ? https://www.arnaudchabot.com/ Just add this code to Website > Website Tools (under Not Linked) > Custom CSS body.homepage figure.gallery-fullscreen-slideshow-item:after { content: ""; background-color: rgba(0,0,0,0.5); position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment