Jump to content

Display video titles on hover (ideally on top of the video) in Squarespace's new Videos page

Recommended Posts

  • Replies 1
  • Views 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Posted

Use this code to Website > Website Tools > Custom CSS

.lessons.collection-content-wrapper .grid-meta-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    opacity: 0 !important;
}

.lessons.collection-content-wrapper .grid-meta-wrapper * {
    text-align: center !important;
}

li.grid-item:hover .grid-meta-wrapper {
    opacity: 1 !important;
}

 

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!)

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • 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.