Skip to content

Instantly share code, notes, and snippets.

@n0ts
Created June 30, 2011 11:12
Show Gist options
  • Save n0ts/1056025 to your computer and use it in GitHub Desktop.
Save n0ts/1056025 to your computer and use it in GitHub Desktop.
custom css for twitter widget
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<style type="text/css">
.twtr-hd {
display: none !important;
}
.twtr-bd {
background: #FFFFFF !important;
}
.twtr-ft {
display: none !important;
}
</style>
<script>
...
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment