How can I change the header menu background to an image on the Dawn theme?

Hey, on the dawn theme i want to change the header menu background to an image instead of just a color but it won’t let me, how can i do it?

Hi @HAQQClothing ,

You can try this example:

.header {
  background-image: url("paper.gif");
}

If you like a image background. I hope it help.