Archived topic
Header Background video overlaying on logo.
3 replies · Started by Joseph on April 14, 2021
The logo is under the video. I followed this example: https://docs.generatepress.com/article/page-hero-background-video/
The logo is set in the site identity of the Customize section throughout the website.
I am not wanting to use the background video plugin that I'm currently using on the pages and want to use the element for the post pages.
Any insight is helpful.
Hi there
Try adding this CSS so the logo overlaps the video rather than the other way around.
.site-logo {
z-index: 5;
}
Thank you Elvin for your prompt response and for solving the issue.
Perfect!!
No problem. Glad to be of any help. :)