all'interno del file template.css riga 3 avrai
.header {
background: linear-gradient(to bottom, rgb(255, 238, 221) 0%, rgb(255, 167, 61) 45%, rgb(255, 124, 0) 80%, rgb(255, 127, 4) 100%) repeat scroll 0% 0% transparent;
height: 150px;
border: 8px solid rgb(37, 37, 37);
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
metti un immagine con
.header {
background-image: url(xxxx.jpg); quello che vuoi
height: 150px;
border: 8px solid rgb(37, 37, 37);
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}