Skip to content

Instantly share code, notes, and snippets.

@DanielSantoro
Created August 22, 2017 17:21
Show Gist options
  • Save DanielSantoro/1dc21651ff14ed890aff5a8bb230ddf4 to your computer and use it in GitHub Desktop.
Save DanielSantoro/1dc21651ff14ed890aff5a8bb230ddf4 to your computer and use it in GitHub Desktop.
Storefront Modifications for halalsnoepen.nl
body.home span.posted-on, body.single span.posted-on, body.blog span.posted-on {
display: none;
}
body.home aside.entry-meta, body.single aside.entry-meta, body.blog aside.entry-meta {
display: none;
}
body.home .hentry.type-post .entry-content, body.single .hentry.type-post .entry-content, body.blog .hentry.type-post .entry-content {
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment