Skip to content

Instantly share code, notes, and snippets.

@jessestu
Last active March 4, 2019 16:54
Show Gist options
  • Save jessestu/48eb2aba575f949e8948693170ec24eb to your computer and use it in GitHub Desktop.
Save jessestu/48eb2aba575f949e8948693170ec24eb to your computer and use it in GitHub Desktop.

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


.page .big-text {
display: none;
}
/* Hide authour info PA-9348444-hc*/
.single .byline {
    display: none;
}
/* This CSS hides the post content on the homepage featured content slider.
* 10726306-hc (jw)
*/
.home .featured-slider .entry-content {
  display: none;
}
/* This CSS hides featured images on single posts.
* 10919075-hc (jw)
*/
.single-post .featured-image {
  display: none;
}

Tip: keep the /* comment */ in the code to later know what this code does.

Example of where to add the CSS

If this image fails to load, please see it at: http://cld.wthms.co/av2gwv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment