Skip to content

Instantly share code, notes, and snippets.

@jamesnotjim
Created April 18, 2017 20:30
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 jamesnotjim/6433dc8b6b8c394a898c2607de46090f to your computer and use it in GitHub Desktop.
Save jamesnotjim/6433dc8b6b8c394a898c2607de46090f to your computer and use it in GitHub Desktop.
Hides the byline and dateline on O365/SharePoint Online Blogs that use the Inline post layout
<style type="text/css">
.ms-metadata.ms-textSmall span {
visibility: hidden;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment