Reply To: Totally blank page

Home Forums Support Totally blank page Reply To: Totally blank page

Home Forums Support Totally blank page Reply To: Totally blank page

#182438
Tom
Lead Developer
Lead Developer

Hi there,

You’ll need to add some CSS.

Find the ID of your page, and then add this:

body.page-id-xx {
    background-image: none;
    background-color: transparent;
}

xx being the ID of that page.

Hope this helps 🙂