Dawn Theme - Background Image but keep Header normal

Hello,

I have inserted a background image for my Dawn them using code:

.gradient { background: var(–gradient-background);

background-attachment: fixed;

background-image: url(https://cdn.shopify.com/s/files/1/0461/7633/8071/files/nordwood-themes-R53t-Tg6J4c-unsplash.jpg?v=1649213231) !important;

background-color: transparent !important;

background-position: top left !important;

background-size: auto !important;

}

However this has also changed my Header too. Is there a way I can alter this code please so that my Header remains the same colour set within my Theme Customization and only the Background shows the image?

My URL is thetreatlife.myshopify.com

Thanks

Dan

You should not put static code like this into your css. Also your question isnt clear,you’re trying to have a background image for your whole page or a section?