Last active
December 17, 2015 08:38
-
-
Save jasonkarns/5581128 to your computer and use it in GitHub Desktop.
Facebook sucks. Hide the like button counter (for button_count buttons).
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
.fb-like { | |
position:relative; | |
} | |
.fb-like::after { | |
content: ''; | |
position: absolute; | |
height: 20px; | |
width: 24px; | |
top: 0; | |
right: 0; | |
background-color: inherit; /* your background color here */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment