Home page banners for Vantage and HireBee themes designed to display an image on the background.
You just need to set the Featured Image for the Home Page.
By default it looks like this:

Actually, you can display a video as well, but it’s not so obvious and below it will be explained how to.
While ClassiPress theme has a Customizer option to upload a video instead of image, the Vantage and HireBee still require some more actions.
We will use the Gutenberg block editor and only one “Cover” block.
- Create reusable block from your existing home page content
Group all existing blocks and add group to reusable blocks. Give it a name, for instance “Welcome banner”. And remove it from the page.
- Add new Cover block
Create new a “Cover” block and upload your video file in it.
- Add your reusable block inside the cover block
Don’t set the title for cover block, delete it and add your own reusable block.
- Configure cover block
Set the Focal point, Minimum height, Overlay color or gradient. Opacity. Almost done!
- Add custom CSS snippet
Following CSS snippet needs to make the cover block take full width of the banner section. Add it to Additional CSS section of the Customizer.
.home-cover>.row { max-width:initial; } .home-cover, .home-cover>.row>.columns { padding:0; }
That’s it!
The result see below:

PS: It Should add that this works for ClassiPress as well and can be used for ClassiPress versions 4.0-4.1, which don’t have Header Media options in Customizer.