Hello everyone,
I’d like to add a video to the opening of my website, which is based on the RentalHive theme.
How do I do this?
I see that you can add images to the header, but not a video.
What’s best?
Thank you.
Hello everyone,
I’d like to add a video to the opening of my website, which is based on the RentalHive theme.
How do I do this?
I see that you can add images to the header, but not a video.
What’s best?
Thank you.
Hi,
Adding a video header to the site will require customization.
As a workaround, instead of using the built-in header, you can use the default WordPress cover block, which includes an option to add video content.
Thank you very much.
All I need to do now is figure out how to remove the background from the RentalHive cover block.
Thanks ![]()
Please try this CSS snippet:
.header-hero,.header-hero__images {
background-image: none;
}
.header-hero::before {
background-color: white;
}
Hope it does the trick
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.