Reply To: Set homepage as only background and menu, without any site or post loaded

#20255
Daniel Tara
Keymaster

You need to add this to the custom CSS:

.page-id-XX .site-content {
	display: none;
}

Replace XX with the ID of the page you are editing.