Home › Forums › Support › Totally blank page › Reply To: Totally blank page
March 28, 2016 at 10:37 pm
#182438
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 🙂