Look for line 2302 in your style.css file of your theme and remove the background: none;
.home .entry {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
background: none;
}
Removing that will allow the white background to show up on your homepage