How do I change the header image within the Dawn theme?

I’ve been having difficulties on how to change the image header with the Dawn version 2.5.0. Our store is leonardmountain.com.

I want to change the image from the mountains to a Halloween header for this month of October. Yet, I cannot figure out how to do so.

Any suggestions or help, would be appreciated.

Hi @leonardmountain

If you like to change the image in your header you can replace the url image save in your style.css find this code.

Made4uoRibe_0-1696264452978.png

Just replace the inside the bracket example:

.header-wrapper {
background: #2877D4 url(changethis.png) no-repeat center top;
}

You can also change the color.