You will need to edit the style.css file.
Search within the file for “header”
and you will find something like this..
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
REPLACE this whole block with this one below..
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
nav,
section {
display: block;
}
header { display: none; }