Skip to content

Instantly share code, notes, and snippets.

@jessestu
Created August 1, 2018 14:02
Show Gist options
  • Save jessestu/858421f28d7c8ab43412966798de924c to your computer and use it in GitHub Desktop.
Save jessestu/858421f28d7c8ab43412966798de924c to your computer and use it in GitHub Desktop.
/* Hides author and entry footer on posts. / @jessestu 5409110-hc */
.entry-author,
.entry-footer {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment