Skip to content

Instantly share code, notes, and snippets.

@jasonkarns
Last active December 17, 2015 08:38
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 jasonkarns/5581128 to your computer and use it in GitHub Desktop.
Save jasonkarns/5581128 to your computer and use it in GitHub Desktop.
Facebook sucks. Hide the like button counter (for button_count buttons).
.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