Hi Jonathan-
Normally you can accomplish this with a little bit of custom CSS, as demonstrated in this forum post.
However, I checked out the website you sent over privately and it doesn’t look like you’re not using the “Home” page template for your homepage.
If you’d like to use the solution found in that post, you’ll need to edit your home page and change the template from “Default” to “Home,” and then add the Custom CSS to match your background (white):
body.page-template-default.custom-background {
background-image: none;
background-color: #ffffff;
}