Archived topic
Video in Background - Header Position
1 reply · Started by Alejandro on January 5, 2023
Hi there,
I'm trying to add a video in my home page, following the steps provided in this link: https://docs.generatepress.com/article/page-hero-background-video/
For some reason (what I think should be really simple) I couldn't put the video behind my text. I already created the header and the Hero Page.
Take a look: puerto-varas.com
Thanks!
Ale.
hi Alejandro,
As you are using Generateblocks, try this solution specifically for block editor:
https://docs.generatepress.com/article/background-video/
Or
You can simply add a custom CSS class to the h2 heading, eg. bg-video-content, then add this CSS:
.bg-video-content {
z-index: 2;
position: relative;
}
Adding CSS class(es): https://wordpress.com/support/wordpress-editor/adding-additional-css-classes-to-blocks/