Setting static header image

The easiest method is to just use slider and then remove title and description from it.

You can remove title and description from slider by adding this code to Theme Options - Other - Custom CSS

.flex-caption {
    display: none;
}

Recently I wrote a tutorials that explains how to add static image under header, so you might want to look into that as well but example given above is much easier and I highly recommend it.