How can I extend my background image into the header and footer on Turbo Chicago theme?

Hi Everyone :slightly_smiling_face:

Okay, so I am loving my website. However, I want the background to extend into the header and maybe even the footer.

Currently, the footer has a black background and for now, that will work just fine though it might look awesome if I were to extend my background image into the footer too.

Currently, my header has a white background. But with the rest of the page having an image background, I think it would look awesome if I were to have the background cover the header too. I have a nice logo that would look great with the color scheme.

I have no idea how to accomplish what I want done. Anyone have any idea how to do it?

Here is my website: www.PennsylvaniaParks.org

Thanks so much in advance!

Oh yeah, I am using Turbo Chicago theme.

Hi @Justin34 ,

.main-nav.menu-position--inline.logo-alignment--left.logo-position--left.search-enabled--false {
	background: none;
}
.footer {
	background: none;
}

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->style.scss.liquid