Created
January 15, 2020 12:12
-
-
Save robertuniqid/f97d4e7df49af8b501b3cf549ebfece2 to your computer and use it in GitHub Desktop.
Hide Jetpack Smiley Face CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** 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