Jump to content

BRINE TEMPLATE: Show titles & descriptions for videos in video gallery page

Recommended Posts

Site URL: https://stingray-cylinder-zztm.squarespace.com/

Hey,

We use the Brine template, which doesn't allow us to show the title or description of videos from a gallery.

This is an example of a page showing videos with a certain tag, and as you can see it only displays the thumbnail:

https://stingray-cylinder-zztm.squarespace.com/videos?tag=Sayed%20Sadiq%20Shirazi

Pass: temp123

Is there a way using code to make titles under the thumbnails show?
Is there a way using code to make titles and descriptions under the thumbnails show?

Kind regards!

Link to comment
  • Replies 6
  • Views 1.2k
  • Created
  • Last Reply

To solve this problem I think it is very difficult and time consuming.

You can add this to Home > Design > Custom CSS. It's not very good, but a temporary solution.

<style>
  /* video 1 */
  .slides .slide:nth-child(1):after {
    content: "Title1 \A Description";
    white-space: pre;
    text-align: center;
    display: block;
}
    /* video 2 */
  .slides .slide:nth-child(2):after {
    content: "Title1 \A Description";
    white-space: pre;
    text-align: center;
    display: block;
}
</style>
  

Do similar for other videos

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.