How to change background colour for Dawn theme to black without changing the footer and header text?

how to change background colour for Dawn theme to black without changing the footer and header text? (my footer and header is black with white writing I would like to keep that the same)

Hi @jb_93 ,

My understanding is that you want to change the content background not including the header and footer. If so, just add the code below inside the base.css file under Asset folder. Just change the color “white” to any background color you want.

#MainContent {
background: white !important;
}

Thanks so much that helped!