Hide Front Page

Absolutely beautiful and dazzling theme. Great responsive elements as well.

I would like to hide/suppress the front page static page so there is no whitespace or gap between the slider and the widgets. I can’t seem to figure out how to either hide the post or change the padding to zero.

Can you please help?

Thank you for your feedback! I really appreciate it!

Could you please post your website URL, so I can provide you with more details. I am using different setup for theme demo and it is difficult to understand what you have done with your website without seeing it.

Aigars, thanks for taking a look.
http://vawinevisits.cobbcorner.com

You will see the slider on top, then a static front page that is blank (this is what I’d like to hide), then the homepage widget area. I want to eliminate the gap so it formats the front page with the slider, then the widget area.

And actually, what I wanted to do was stack them as slider area then footer widget area, then I cancontrol the colors ing built in method.

Thanks again.
Paul

Paul,

Add this code to Theme Options - Other - Custom CSS. This will get rid of article on front page as well as some margin below and above widgets.

.home .hentry {
    display: none;
}

.home #content {
    margin-top: 10px;
    margin-bottom: 10px;
}

You can tweak margin-top and margin-bottom if you need it smaller or larger.

Fantastic, just what I was looking for. Thank you