Skip to content

Instantly share code, notes, and snippets.

@robertuniqid
Created January 15, 2020 12:12
Show Gist options
  • Save robertuniqid/f97d4e7df49af8b501b3cf549ebfece2 to your computer and use it in GitHub Desktop.
Save robertuniqid/f97d4e7df49af8b501b3cf549ebfece2 to your computer and use it in GitHub Desktop.
Hide Jetpack Smiley Face CSS
/** Not elegant, but does the trick. **/
#wpstats {
opacity: 0;
float: left;
width: 0.1px;
height: 0.1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment