Archived topic
Video on homepage only element
5 replies · Started by Jacobien on October 16, 2018
Hi All,
I tried everything, but can't let it work properly. I want a video play on the home page header. On the other pages I only have the header image (so no video). So far so good. But how can I remove the header image from the home page so it will not overlap the video? And set the video as page header for the home page. And the menu under the video. I have tried a lot of different settings in element but without success.
Hi there,
you can add this CSS to remove the site logo:
.home .site-logo {
display: none;
}
Then you need to increase the padding on Home page Page Header to display the background video.
Hi David,
Thanks for the early reply and sorry to bother you again. I disabled the site logo. But the problem stays that the navigation is not on the bottom of the header but on top. And I can figure it out with the paddings. What i'm doing wrong? Thanks again for the early reply.
Ok, so header elements sit below the site header so you need the code snippet Tom provides here to move the navigation below:
https://generatepress.com/forums/topic/page-header-image-above-menu/#post-288568
Adding PHP:
Perfect! Thanks again. Support is as always sublime.
Thats great. Glad to be of help