Martinjcorr Posted June 22, 2020 Share Posted June 22, 2020 Hello, I've been trying to remove the titles from Lightboxes, while keeping the image descriptions. All the solutions I've seen so far remove everything using this line of code: .sqs-lightbox-meta { display: none} What would be the right way to keep on displaying the descriptions in a Lightbox , but without titles? Thanks in advance! Link to comment
Beyondspace Posted June 22, 2020 Share Posted June 22, 2020 15 minutes ago, Martinjcorr said: Hello, I've been trying to remove the titles from Lightboxes, while keeping the image descriptions. All the solutions I've seen so far remove everything using this line of code: .sqs-lightbox-meta { display: none} What would be the right way to keep on displaying the descriptions in a Lightbox , but without titles? Thanks in advance! You did not provide your site url so I assume it similiar to this gallery: https://www.adamkatweddings.com/wedding-photographer-london-gallery With h1 is the caption and p tag is description, we can do this .sqs-lightbox-meta h1 { display: none; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
Martinjcorr Posted June 22, 2020 Author Share Posted June 22, 2020 Amazing!! Thank you so much @bangank36 !! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.