• ccmag

    (@ccmag)


    I would like to hide the date only on individual posts. I’d still like to see the post dates when scrolling through the blog, however, just not when you view the individual posts. What CSS do I use to accomplish this? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Ben Sibley

    (@bensibley)

    You can add this CSS to hide the post date on the post pages only:

    .single-post .post-date {
      display: none;
    }
    Thread Starter ccmag

    (@ccmag)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide post date’ is closed to new replies.