Hello,
Thanks for your question about the background fill for your pages. You will need to go into the Customizer, click on Advanced, and then go into the Custom JS & CSS editor. Add the following into the Custom Theme CSS and that should remove the white rectangles. Let us know if you continue to have any problems.
.palette-primary .entry-content {
background-color: transparent;!important;}