How to remove 'You may use these Html tags and attributes'

How to remove You may use these Html tags and attributes
You may use these HTML tags and attributes makes our Wordpress comment box/form noisy, ugly and wired! Some visitor just gets shocked with these messy HTML note tag and attributes using request and don't like to comment in your site anymore. To remove this HTML tag note, all you need to embed a code phrase in to your Wordpress theme. Actually this will not really remove or delete this ugly HTML tag using request from comment form, This CSS code phrase embedding will disallow/disable HTML tag note from Wordpress comment box of your theme.

This code phrase is-

 .form-allowed-tags { display:none; }


How to remove You may use these HTML tags and attributes


I am using Twenty Fourteen Wordpress default theme for this tutorial (actually it will work on any theme because Stylesheet contains all CSS codes and this code just will disallow/hide up this comment HTML note)

Step 1 : Select the theme you use
  • Log in to your Wordpress, 
  • From dashboard hover mouse on Appearance menu, 
  • Select 'Themes' from menu, and select the theme you use, 
  • Select  'Editor', select 'Stylesheet.css'

How to remove You may use these Html tags and attributes


Step 2 : Embedding the code
Put this little code in the bottom of the Stylesheet.css

 .form-allowed-tags { display:none; }
  • Select update file



Step 3: Check out!
Now take a look to your comment box, Messy HTML notes just vanished from your Wordpress comment form!

If this code embed unable to remove it from Wordpress comment box, try plugin

What is going on with your Wordpress theme don't forget to mention. Goodluck....