How can I set an image as my header background?

I want to put an image as ma header background and I’ve tried so many code and none of them works
is anyone can help me with that ?

Hi @eloisedenis

can you please share the store URL?

yes its https://moodeloart.com

@eloisedenis

Use this css

.site-header {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 99;
}
.site-header__mobile-nav {
  z-index: 11;
  position: relative;
  background-color: transparent;
}

Thanks for the code, but this is not what I want :face_with_tongue: I want two different pictures !