skip to Main 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 WPCode)
Back To Top