Site logo

Archived topic

Ghost button on video header

3 replies · Started by ch1800 on January 25, 2022

Viewing posts 1–4 of 4

Hello,

I'm working on this site that has a nice video header at homepage but cannot get the ghost button to be clickable.
Any clues?

Thanks!

Hi there,

you have this CSS:

.background-video-content {
    position: relative;
    z-index: 10;
}

Increase the z-index to 100 ie.

.background-video-content {
    position: relative;
    z-index: 100;
}

Many thanks David!

You're welcome

This archived topic is closed to new replies.