Created
October 3, 2011 15:22
-
-
Save conspirator/1259364 to your computer and use it in GitHub Desktop.
I 'like' Facebook and its Like button. I 'dislike' the comment box that flies out when you click it. Here's a quick and easy fix. Boom!
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
/* hide the like button count */ | |
.fb_edge_widget_with_comment iframe { | |
width:52px !important; | |
} | |
/* hide that pesky comment box */ | |
span.fb_edge_comment_widget.fb_iframe_widget iframe { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment