No POSTS in HOME

Hi,
i like have the home page with only HEADER, MENU, SLIDER and FOOTER.

How can i disable the post between SLIDER and FOOTER?

thanks

Add this code to Theme Options - Other - Custom CSS

.home #main {
    display: none;
}

If this code doesn’t work, please post your website URL and I will provide you with more specific solution for your website.

YES its works perfectly!