Skip to content

Instantly share code, notes, and snippets.

@ginsterbusch
Created April 22, 2015 12:07
Show Gist options
  • Save ginsterbusch/8812387b5d2386357306 to your computer and use it in GitHub Desktop.
Save ginsterbusch/8812387b5d2386357306 to your computer and use it in GitHub Desktop.
CC2: Hides the "what HTML tags are availble" info notice below the comment form.
#commentform .form-allowed-tags {
display: none;
}
#commentform .alert.alert-info {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment