Reply To: Background header and navigation

Home Forums Support Background header and navigation Reply To: Background header and navigation

Home Forums Support Background header and navigation Reply To: Background header and navigation

#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;
}