Skip to content

Instantly share code, notes, and snippets.

@sysnakamura
Created May 9, 2016 13:18
Show Gist options
  • Save sysnakamura/f751402264ba78fdecd8cc06e04ae3c2 to your computer and use it in GitHub Desktop.
Save sysnakamura/f751402264ba78fdecd8cc06e04ae3c2 to your computer and use it in GitHub Desktop.
はてなブログをはじめよう!を非表示にするCSS
<style tyle=text/css> /*すでに記述している場合には不要*/
/*はてなブログをはじめよう!を非表示にするCSS*/
.footer-action-wrapper {
display: none;
}
/*はてなブログ開発ブログなどのリンクを非表示にするCSS*/
.touch-item-list {
display: none;
}
</style> /*すでに記述している場合には不要*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment