Skip to content

Snippet: Header Background Image

body #site-header,
body #site-header-sticky-wrapper.is-sticky #site-header {
    background: #000 url( YOUR_IMAGE_BACKBGROUND_URL );
}
All PHP snippets should be added via child theme's functions.php file or via a plugin. We recommend Code Snippets (100% Free) or WPCode (sponsored)
Back To Top