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
Solution Beyondspace Posted June 22, 2020 Solution 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; } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 !! 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