There are two ways to remove the “allowed HTML tags” section:
CSS – https://ww.wp.xz.cn/support/topic/remove-you-may-use-these-html-tags-from-comments?replies=11#post-5359979
Function – https://ww.wp.xz.cn/support/topic/remove-you-may-use-these-html-tags-from-comments?replies=11#post-5361255
If you go the function route, you’ll need to use a child theme. If you go with the CSS method, you can use either a child theme or a custom CSS plugin. Whatever you do, don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.
Here are some child theme guides in case you haven’t made one before:
http://codex.ww.wp.xz.cn/Child_Themes
http://op111.net/53/
Okay great, thank you.
I put the code in the “CSS Stylesheet editor” that i think comes with Jetpack. Does this operate like a child theme?
Jetpack does come with a CSS editor, but looking at your site at thebanter.com.au it’s not clear that you activated it.
As long as you’re sure you added your custom CSS to the CSS editor that comes with Jetpack – the dashboard label calls it “Edit CSS” under Appearance – then it will override the theme’s CSS in a similar way to how it would in a child theme, and your CSS tweaks will be protected when you update the theme.
(@johnny2481)
11 years ago
Hello there,
My blog has very large and quite obtrusive comments sections. I’m interested in streamlining that section, get rid of all the html option.
All it needs is a title, “leave a comment” and then a box.
What’s the best method for this?