Skip to content

Instantly share code, notes, and snippets.

@sbornia
Created October 2, 2013 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbornia/6795361 to your computer and use it in GitHub Desktop.
Save sbornia/6795361 to your computer and use it in GitHub Desktop.
/* To remove the date in the blog posts */
.post-date span.posted-on, .post-date span.date { display: none; }
/* To remove the date in the portfolio items */
.work-title span.title { line-height: 32px; }
.work-title span.date { display: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment