Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #7292
    TMA0406
    Member

    beautiful theme!

    I am in the process of building a site and want to know if I can remove the entry headers on each page as they are redundant to my menu and content for these pages….

    #7322
    paulxd
    Participant

    Hi there,

    try this in custom css in theme options:

    `
    /*************Hide page name**********/
    .entry-header {
    display:none;
    }
    `

    #7339
    TMA0406
    Member

    Beautiful! Thanks 🙂

    #7344
    TMA0406
    Member

    one more thing…..  is there a way to cut down on the spacing ( leading ) between lines of type in informational paragraphs?

    #7347
    TMA0406
    Member

    nevermind… found it ! 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘how to remove entry headers’ is closed to new replies.