Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28969

    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.

    #139308

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Default header layout settings’ is closed to new replies.