I’m using the Disqus comments plugin so wanted to turn off these extraneous native comments links in this theme (Both the comment and reactions count on the main homepage / archives and at the “Leave Reply” link at top of each post).
Adding just this CSS worked for me (so clean!):
.leave-reply { display: none; }
.comments-link { display: none; }
I found the fix! You just need to add this CSS (works even if you just put it in a widget)
iframe.fb_iframe_widget_lift {
max-width:450px;
}
source: http://themeid.com/help/discussion/comment/14707#Comment_14707