Is it possible to change the default Layout settings for all posts and pages to “Don’t display the header”.
My client will never remember to change this.
Hi Roine,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#main .title_container {
display: none;
}
This will keep you from needing to modify the framework and make it easier to update.
Regards,
Devin