Title: Weird html below comment box
Last modified: August 22, 2016

---

# Weird html below comment box

 *  [adg79](https://wordpress.org/support/users/adg79/)
 * (@adg79)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/weird-html-below-comment-box/)
 * Hi, I can not remove the html below the commentbox [http://www.organicclothesguide.com/why-organic-clothes/](http://www.organicclothesguide.com/why-organic-clothes/)(
   look at bottom of page), any ideas to how?
 * Best adg

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/weird-html-below-comment-box/#post-5912309)
 * Interesting, the site content is all in English except for the comment area, 
   which is in Danish.
 * The HTML that you see is a note to the person entering a comment as to what HTML
   tags are allowed in comments. For example, if the comment author wants to make
   something bold, they can use the < strong > tag.
 * If you want to hide that section, and not let your guests see what HTML tags 
   they can use, you can add this rule to the end of your child theme’s style.css
   file, or with a CSS plugin like Jetpack or [Custom CSS Manager](http://wordpress.org/plugins/custom-css-manager-plugin/):
 *     ```
       #form-allowed-tags {
          display: none;
       }
       ```
   
 *  Thread Starter [adg79](https://wordpress.org/support/users/adg79/)
 * (@adg79)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/weird-html-below-comment-box/#post-5912378)
 * Thank you for your quick reply! I have now installed Jetpack, but cant seem to
   get it to work. Is it in the CSS Stylesheet Editor I should write this: #form-
   allowed-tags {
    display: none; }?
 * Thank you!
 * A
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/weird-html-below-comment-box/#post-5912379)
 * From the admin dashboard, go to **Jetpack → Settings** and look for the **Custom
   CSS** option. Click the **Activate** link for that option. You will then see 
   a menu item under the **Appearance** menu called **Edit CSS**. Click on that 
   option You want to copy & paste that rule at the very end, after that long comment
   at the top of the field.
 *  Thread Starter [adg79](https://wordpress.org/support/users/adg79/)
 * (@adg79)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/weird-html-below-comment-box/#post-5912381)
 * Thank you! It worked! Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Weird html below comment box’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/cayo/1.0.5/screenshot.png)
 * Cayo
 * [Support Threads](https://wordpress.org/support/theme/cayo/)
 * [Active Topics](https://wordpress.org/support/theme/cayo/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/cayo/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/cayo/reviews/)

## Tags

 * [commentbox](https://wordpress.org/support/topic-tag/commentbox/)
 * [html](https://wordpress.org/support/topic-tag/html/)

 * 4 replies
 * 2 participants
 * Last reply from: [adg79](https://wordpress.org/support/users/adg79/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/weird-html-below-comment-box/#post-5912381)
 * Status: not resolved