laurafiks Posted May 23 Posted May 23 Hi! I'm hoping to find help here. I'd like to add a drop shadow to the text overlay for a banner slideshow I'm using so that the text is readable. I've seen a couple custom CSS options but nothing seems to be working. I've attached a screenshot example here. I would like to be able to add a drop shadow on both the title and description of the text. Thank you for any help!
Beyondspace Posted May 24 Posted May 24 22 hours ago, laurafiks said: Hi! I'm hoping to find help here. I'd like to add a drop shadow to the text overlay for a banner slideshow I'm using so that the text is readable. I've seen a couple custom CSS options but nothing seems to be working. I've attached a screenshot example here. I would like to be able to add a drop shadow on both the title and description of the text. Thank you for any help! Can you share your URL so I can check it? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Solution inside_the_square Posted May 24 Solution Posted May 24 Hey @laurafiks - this is a great question! This code will add a red text shadow to a banner slideshow title and a blue shadow to the description. Adjust the shadow values as needed: .user-items-list-banner-slideshow .list-item-content__title{ text-shadow: 5px 5px red } .user-items-list-banner-slideshow .list-item-content__description{ text-shadow: 5px 5px blue } 🤓 Creator of InsideTheSquare.co ✨ SQUARESPACE CIRCLE LEADER✨ SQUARESPACE EXPERT ✨ SQUARESPACE EMPLOYEE EDUCATOR ✨ CERTIFIED CUSTOM CODE EXPERT ✨ 🗺️ New to Squarespace? Get your free roadmap: insidethesquare.co/roadmap 🙋♀️ New to CSS? Learn the basics for free: insidethesquare.co/learn ⭐️ Ready to go pro? Get my custom code collection: insidethesquare.co/css
laurafiks Posted July 8 Author Posted July 8 a delayed response, but thank you for your help! inside_the_square 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment