Hiding empty home page under slider

First of all, I am loving this theme!!! The only thing I have not been able to figure out is how to hide the section under my slider that shows my empty home page. (I disabled the blog and have a static home page with no content. I only want the slider on the front page, nothing else.) If you could let me know that would be great! This is my site: www.everafterphotography.biz

Add this code to Theme Options - Other - Custom CSS. It will hide post content as well as gray background from the front page by leaving only slider, call for action section and footer.

.home .main-content-area {
    display: none;
}

Worked great! Thank you so much for your quick response!

I decided to change to the dazzling theme instead, and I tried using this short code and it didn’t work. What do I need to change to make it work for the other theme?