June 10, 2019 at 6:33 am
#64211
Theme Horse Support Team
Keymaster
Please go to the Appearance > Customizer > Additional CSS and again paste below custom css code to remove the white rectangle area.
.site-main .type-page {
background-color: transparent;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
padding: 0;
}
Thanks