Show only the slider on the homepage
To hide the content (or white area) and show only the slider on your homepage, use this:
.home .page-wrap {
display: none;
}
INFO: This is a CSS snippet. If you don’t have a child theme or don’t know how to use one, we recommend that you add this snippet in Customize > Additional CSS.