White Box across page

Hello, I am a Noob. My page, so far, is
https://mackoy.family/
I have the white box that seems to a default from somewhere and I have not found where to edit the page to remove this.
I have X theme and am using Integrity.
Any suggestions appreciated.
Thank you,
Rick

Hello @rdmacko,

Thanks for asking. :slight_smile:

Well that section is for main content area. If you would like to remove it all together, please add following code under X > Theme Options > CSS:

body .entry-wrap {
    display: none;
}

Please note that doing so will also hide the contents you might publish. In case you just want to change the background color, please use following CSS:

body .entry-wrap {
    background-color: transparent !important;
    box-shadow: none !important;
}

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.