- AuthorPosts
- December 30, 2017 at 4:03 pm #23241Anonymous UserMember
Hi, created my first blog website using Boldgrid.
On the blog entry, i get under the discussion comments a bit about ”you may use these html tags…’ etc etc and a box with a load of code in it. How can i remove this please?
January 2, 2018 at 1:40 pm #23242Christopher MMemberHello Peter,
Thanks for submitting a question about the comment form. What you see is part of the template architecture WordPress has provided with a default comment form. This would fall under the category of general WordPress development. The safest way to edit these elements is to do so through a child theme. In the child theme, you can delete those elements safely.
As an alternative, you can use the Custom CSS editor to “hide” the undesired elements:
The latter would look something like this:
.form-allowed-tags {
visibility:hidden;
}However, I would caution against making the changes yourself unless you are familiar with HTML, CSS, and PHP. If not, it would be best to contact a developer. This is a relatively small modification, but done incorrectly it could cause errors on the page or a blank white screen.
Best,
Christopher M.
- AuthorPosts
- The topic ‘how to remove ‘you may use these html tags…’ on a blog form’ is closed to new replies.