Thanks. But that would just give me the picture in the main or the header I want the background picture to stretch over both header and main.
Just added custom css in the theme settings
main, header {
background-image: url(‘image’);
background-repeat:no-repeat;
background-position: center;
background-size: cover;
}
Thanks Steve, so how would I do that? Is it easy?
Its not very obvious but the image is there twice, once in the heading and once in the main area.
Peter