Viewing 3 replies - 1 through 3 (of 3 total)
  • Add this CSS using JetPack’s Custom CSS option (don’t modify the theme’s style.css file or your changes will get lost the next time the theme is upgraded because of feature enhancements or security patches):

    body.blog .entry-header {
       display: block;
    }

    Theme Author alex27

    (@alex27)

    Actually it’s there, but you modified the original style.css. By adding:
    .entry-header, .page-header {
    text-align: center;
    display: none;
    }
    you hid the title for posts as well as pages.
    Please note that editing theme files is advised strongly against – those changes will be lost during theme update.

    Thread Starter sharonhueymfti

    (@sharonhueymfti)

    oops! thanks for pointing that out.
    and i hear you about editing the theme.
    i’m looking into figuring out the child theme now.

    thanks for the help, it’s much appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to get Post Headers to show?’ is closed to new replies.