This question concerns how to remove this text following the Comment Box on my Wordpress blogs: "You may use these HTML tags and attributes etc..." One piece of advice I have read was to go into the style. css and insert this at the end, which I tried. - .form-allowed-tags { display:none; } The weird thing is that on two of my blogs it worked just fine, and it removed that HTML wording. But, on the other five blogs it made no difference at all. For example, it worked on http://www.freedomfromdebt.eu/ but not on http://www.expatsinspain.co.uk I use a Minisite theme which is where the style. css template is. To go into the Comment.php template I need to use the Parent theme but even so any suggestions I've read just don't work. Anyone help at all?
On the first site i can see the code in the css file, but on the second website there is no code? You removed it? Can you add it again?
Is working. You just need to force reload the css file http://www.expatsinspain.co.uk/wp-content/themes/minisite/style.css or clear browser cache
Yes, it is now working. On another one it is also now working. For some reason I still have two blogs that despite forcing reload and clearing browser cache won't get rid of that text. Not to worry, I'll keep playing with the code. Many thanks for your help.