You can send your questions to my email to get faster answer in 24 hours (free).
Buy me a coffee

Video with Overlay, Title, Clickable

Demo: https://tuanphan3.squarespace.com/video-clickable-v2?noredirect

Password: abc

#1. First, you need to add a Text Block over the whole Video.

In Text Block, you add a Title and a small text. Add a link to both small texts.

video-with-overlay-title-clickable-01-min

#2. Set small texts to Monospace

video-with-overlay-title-clickable-02-min

#3. Click this icon to set the Overlay Color

video-with-overlay-title-clickable-03-min

#4. Install Squarespace ID Finder (free), and find the ID of Text Blocks.

In my example, we will have:

  • Left text block: #block-61bb8ab4d922fb045f32
  • Right text block: #block-3ae8609f9ee7b556f38e

video-with-overlay-title-clickable-04-min

#5. Use this code to Custom CSS box

div#block-61bb8ab4d922fb045f32, div#block-3ae8609f9ee7b556f38e {
    opacity: 0 !important;
    transition: all 0.1s;
}

div#block-61bb8ab4d922fb045f32:hover, div#block-3ae8609f9ee7b556f38e:hover {
    opacity: 1 !important;
    transition: all 0.1s;
}

div#block-61bb8ab4d922fb045f32 a, div#block-3ae8609f9ee7b556f38e a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    border: none !important;
    text-decoration: none !important;
    color: transparent !important;
    opacity: 0 !important;
}

video-with-overlay-title-clickable-06-min

#6. Explain a bit

video-with-overlay-title-clickable-07-min

Ask me a question, free

If your site is private or in trial, just setup password and share url. See how to: https://beaverhero.com/squarespace-how-to/
Please check your email carefully. Recently I got a lot of questions with wrong emails.

If you haven't heard from me within 24 hours please check your junk/spam folder