Skip to content

Instantly share code, notes, and snippets.

@shigesanpo
Created March 18, 2016 22:12
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 shigesanpo/86cbedf8f0fa783d0878 to your computer and use it in GitHub Desktop.
Save shigesanpo/86cbedf8f0fa783d0878 to your computer and use it in GitHub Desktop.
/* TOPページのコメント非表示 */
.page-index .comment-box {
display: none;
}
/* トップ画面ハテナスター非表示 */
.page-index .hatena-star-container{
display:none
}
/* TOPページのいいね非表示 */
.page-index .social-buttons {
display: none;
}
/* TOPページ、記事内の記事下のID、時間非表示 */
.entry-footer-section{
display:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment