crockey Posted January 23, 2020 Share Posted January 23, 2020 I'm using the Brine template on Squarespace 7.0. I got the title and description of the slideshow gallery images to display via the slideshow design options but I'd also like to display the location metadata. I'm assuming this has to be done by inserting some custom CSS. Does anybody have any idea what that CSS should look like? For reference, I've already modified the appearance of the title and description display using the following CSS but I don't know how to turn on the display of the metadata and I don't know the class to be able to modify its appearance. Ideally I'd like it to display right after the description just like the description displays after the title. .sqs-gallery-block-slideshow .meta { background: none; max-width: 100% !important; height: 100% !important; } .sqs-gallery-block-slideshow .meta .meta-title { padding-top: 10px; padding-bottom: 10px; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; width: 100%; white-space: normal; color: #000000; font-family: futura-pt; font-weight: bold; font-size: 30px; letter-spacing: 0.01em; line-height: 1.4em; } .sqs-gallery-block-slideshow .meta .meta-description p{ color: #000000; font-family: futura-pt; font-weight: 400; font-size: 16px; letter-spacing: 0.05em; line-height: 1.4em; } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.