Hello pigeleven,
You can change the background color for the entire site via Theme Options > Styling.
Or you can use custom CSS code to change the background color for single product pages:
.single-product .page-wrapper {
background-color: red;
}
Best Regards,
8Theme’s Team