This topic has 4 replies, 2 voices, and was last updated 4 years, 10 months ago ago by Rose Tyler
Hi !
We want to add a background image to the entire header area, including the nav menu.
Can’t find a Customizer setting anywhere, even when I switch to the header type, like #5, which displays one.
Please let me know where to set a header background image, or what CSS code to add.
Thanks!
Mari
Hello,
You can use the next custom CSS code in Theme Options > Custom CSS:
.main-header {
background-image: url("URL of your image");
}
Regards
That worked! Thank you!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up