[Resolved] Background header and navigation

Home Forums Support [Resolved] Background header and navigation

Home Forums Support Background header and navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #234587
    Thierry

    Hello,

    i want the same background (image) in the header and navigation, it’s possible ?

    #234754
    Tom
    Lead Developer
    Lead Developer

    You could try doing this:

    1. Add this into the Before Header hook in GP Hooks:

    <div class="header-menu-container">

    2. Add this into the After Header hook in GP Hooks:

    </div><!-- .header-menu-container -->

    3. Add the CSS:

    .header-menu-container {
        background-image: url( 'URL FOR THE BACKGROUND' );
        background-size: cover;
    }
    #234768
    Thierry

    Great , thank you so much

    but i have again a questions ๐Ÿ˜‰

    #234771
    Tom
    Lead Developer
    Lead Developer

    No problem ๐Ÿ™‚

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