Thanks.
I had seen that one already but the issue is that I do not have a
‘<p class=”comment-notes”>’
I do have however, this
$args = array(
‘comment_notes_after’ => ”,
‘comment_field’ => ‘<p class=”comment-form-comment”><textarea id=”comment” name=”comment” cols=”45″ rows=”8″ aria-required=”true”></textarea></p>’
);
comment_form($args); ?>
Shall I place it on top of common_notes_after? How should I place it? The string in the link you gave calls for ending it with </p> but the </p> in my comment box is way down where it says </textarea>
Thanks again!