Hello There,
Thanks for writing in!
To change header background color you can add this under Custom > CSS in the Customizer:
.x-navbar {
background-color: #ddd !important;
}
To change footer background color you can add this under Custom > CSS in the Customizer:
footer.x-colophon.bottom {
background-color: #ddd !important;
}
Note: Please change the color code as per your requirement.
Thanks.