My client wants a solid color background, but I like the Color Choosers in Metropolis. I saw this code in your answer to another question. Would it work on Metropolis?
Try adding the following to the Custom CSS field within your templates parameters. . . .
body {
background-image: none;
background-color: #FFFFFF;
}