• Resolved humancomputer

    (@humancomputer)


    Hi,

    I’d like to remove page titles *and* header space for all pages.

    I used the following code from a previous forum post, and it successfully removed the page titles but seems to have not affected the header space.

    .page .post-header{
        display: none;
    }
    
    .page h1.post-title{
        display: none;
    }

    How might I achieve this?

    https://www.mindscribe.org/

    Thank you!

    • This topic was modified 7 years, 10 months ago by humancomputer.
Viewing 1 replies (of 1 total)
  • Thread Starter humancomputer

    (@humancomputer)

    Ah, I diminished the size of the header using the following code from a previous forum post:

    .title-container {
      margin: 3em auto;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove page titles & header space for all pages’ is closed to new replies.