Hi Jodi,
The comment field should be required by default, but you’re right that it doesn’t have that asterisk. If you’d like to add this, you can edit comments.php in your child theme and insert an asterisk in line 24…it should look like this:
$comment_field = '<div class="form-group form-group-comment"><label class="form-label form-label-comment">'. esc_html__( 'Comment', 'juliet' ) .' *</label><textarea rows="5" cols="" class="form-control" id="comment" name="comment" placeholder=""></textarea></div>';
If you have any trouble, let us know!
thanks Steven. I will give this a try. have a great weekend!