Archived topic
Page Hero background video above overlap element
3 replies · Started by Elizabeth on March 22, 2021
Viewing posts 1–4 of 4
Hi,
I was able to use your instructions to insert a background video to my home page hero element, but now it looks like the video is in front of the top container, which I had used some code to have my top block overlap. How do I fix this so that the white background of the container and shadow are above again? Thanks!
Hi there,
You can try adding this CSS:
.page-hero {
z-index: -1;
}
Perfect, thank you!!
No problem. Glad you got it sorted. :)
This archived topic is closed to new replies.