Find the line in your child theme’s “comment.php” file where it calls on the function comment_form() and replace that line with this:
<?php comment_form(array('comment_notes_after' => '')); ?>
Find the line in your child theme’s “comment.php” file where it calls on the function comment_form() and replace that line with this:
<?php comment_form(array('comment_notes_after' => '')); ?>