February 18, 2016 at 11:38 am
#42706
Keymaster
Hi Chris,
How would you like to have the primary menu in the header.
And to add the backgroud Image for the header container just go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
.hgroup-wrap {
background-image: url("ADD-YOUR-IMAGE-LINK-HERE");
}
Note: Please replace your image link in above ADD-YOUR-IMAGE-LINK-HERE text
Thank you!