Hi guys,
I recently updated my WP to 6.0.2, all’s good but suddenly I get the following new text on the blog comment area …
Required fields are marked (asterisk)
plus an asterisk next to COMMENTS above text input field.
Can I remove these new items? They are pretty pointless as there is only the comment text input field, nothing else. Pointless information, just adds clutter.
Thanks for any help.
Hi Michael,
By default, all the fields required in comments are marked with asterisk. If it was not visibile, your theme might have the labels modified.
Can you please tell me which theme are you using?
Regards
BrajeshHi Michael,
Thank you.You can hide all the asterisk from the comment form(in twentysixteen theme) by adding the following code to Dashboard->Appearance->Customize->Additional CSS.
.comment-form .required{ display:none; }
Regards
BrajeshPlease add this too
.comment-form .required-field-message{ display: none; }
That should take care. Please let me know of that works for you or not?
Regards
Brajesh
The topic ‘ [Resolved] How to hide “Required fields are marked *” in WP blog comments’ is closed to new replies.