AmeliaJ Posted May 19 Share Posted May 19 Hello I have a full Banner slideshow as my home page and need to add a © credit line to the bottom left corner of one of the slides: Slide 2, pic attached '1.jpg') It needs to match the style used on the Production page, pic also attached '2.png'. I've used custom code to animate the slideshow, so naturally the caption would have to move with the slide, locked in bottom left for all screen devices. Does any one know if this is possible please? Thanks for your time. https://www.ameliaandco.com password is: 2020four Thanks for your time. Link to comment
Solution Beyondspace Posted May 20 Solution Share Posted May 20 On 5/19/2024 at 4:52 PM, AmeliaJ said: Hello I have a full Banner slideshow as my home page and need to add a © credit line to the bottom left corner of one of the slides: Slide 2, pic attached '1.jpg') It needs to match the style used on the Production page, pic also attached '2.png'. I've used custom code to animate the slideshow, so naturally the caption would have to move with the slide, locked in bottom left for all screen devices. Does any one know if this is possible please? Thanks for your time. https://www.ameliaandco.com password is: 2020four Thanks for your time. You can try the following custom css section[data-section-id="653014878b7c3756cbb92aea"] .list-item .slide-media-container:after{ position: absolute; bottom: 10px; left: 10px; color: #fff; } section[data-section-id="653014878b7c3756cbb92aea"] .list-item:first-child .slide-media-container:after { content: '‘Our Work’ : © Credit in here.'; } section[data-section-id="653014878b7c3756cbb92aea"] .list-item:nth-child(2) .slide-media-container:after { content: '‘Our Work’ : © Credit in here.2'; } section[data-section-id="653014878b7c3756cbb92aea"] .list-item:nth-child(3) .slide-media-container:after { content: '‘Our Work’ : © Credit in here.3'; } section[data-section-id="653014878b7c3756cbb92aea"] .list-item:nth-child(4) .slide-media-container:after { content: '‘Our Work’ : © Credit in here.4'; } section[data-section-id="653014878b7c3756cbb92aea"] .list-item:nth-child(5) .slide-media-container:after { content: '‘Our Work’ : © Credit in here.5'; } My testing Let me know how it works on your site AmeliaJ 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ 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
AmeliaJ Posted May 21 Author Share Posted May 21 @BeyondSpace. Thank you so much for this –I really appreciate it!!!! its working perfectly, and also, thanks for adding code for the other slide captions too – I've turned them off for now but they will come in handy in the future when I need to change the slides out. 😀 Beyondspace 1 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