[Resolved] Video on homepage only element

Home Forums Support [Resolved] Video on homepage only element

Home Forums Support Video on homepage only element

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #702137
    Jacobien

    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.

    #702185
    David
    Staff
    Customer Support

    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.

    #702561
    Jacobien

    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.

    #702575
    David
    Staff
    Customer Support

    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:

    https://docs.generatepress.com/article/adding-php/

    #702876
    Jacobien

    Perfect! Thanks again. Support is as always sublime.

    #702987
    David
    Staff
    Customer Support

    Thats great. Glad to be of help

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.