Site logo

Archived topic

Background header and navigation

3 replies · Started by Thierry on October 12, 2016

Viewing posts 1–4 of 4

Hello,

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

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

Great , thank you so much

but i have again a questions ;)

No problem :)

This archived topic is closed to new replies.