Styling blog posts in Cornerstone

Hello,

On http://wp.edboon.net i have a menu item linked to blogs.
I would like to add a post, then edit it in cornerstone and give it the same layout as in my pages.
When i open the post in Cornerstone i see the name of the post twice and in the breadcrumb.
Like so: http://wp.edboon.net/word-jij-onze-nieuwe-collega/
When adding sections and so forth, it all appears under that. So:
How do i get rid of those double headlines i cannot style with cornerstone for every new post?

Hi There,

To hide that title, please add this custom CSS under X > Theme Options > CSS:

.single-post .entry-header {
    display: none;
}

Hope it helps :slight_smile:

Great
Thanks

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.