Title: Hide Html tags below comment box
Last modified: August 22, 2016

---

# Hide Html tags below comment box

 *  [Rashmijollydalai](https://wordpress.org/support/users/rashmijollydalai/)
 * (@rashmijollydalai)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/hide-html-tags-below-comment-box/)
 * How do I remove the “you may use these HTML tags and attributes… etc…” from right
   above the post comment button? This is happening close to the end of the page.
   Thanks!

Viewing 1 replies (of 1 total)

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/hide-html-tags-below-comment-box/#post-5699516)
 * Hey there Rashmijollydalai,
 * Hope you’re well today!
 * This can be done with some custom CSS. Please try adding the following CSS code
   in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       p#form-allowed-tags {
       display: none;
       }
       ```
   
 * This should remove the text from single post pages. Hope this helps 🙂
 * Cheers,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Hide Html tags below comment box’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/hide-html-tags-below-comment-box/#post-5699516)
 * Status: not resolved