This topic has 2 replies, 2 voices, and was last updated 4 years, 4 months ago ago by Olga Barlow
Hi
I want to have a Header background image across the whole nav (including the top, main and bottom), it seems I can’t do this?
Iain
Hello,
I can’t check your site because of the protection.
You can do this using below custom code (Theme Options > Custom CSS)
.site-header {
background: url(add_link_to_your_image);
background-repeat: no-repeat;
background-position: center;
}
And don’t forget to set the bg color transparent for all header areas http://prntscr.com/t9fnoz
Regards
You must be logged in to reply to this topic.Log in/Sign up