I’ve got a custom CSS plugin, and entered this:
.site-header {
background-image: url(<image.jpg);
background-repeat: repeat-x;
}
and it works, but doesn’t look quite how I want it yet in terms of positioning relative to the page margins. A bit of tweaking still needed.
Steve