Select Page

I've learned that this is an error with the Divi theme. Add this code to your Custom CSS and it'll remove the second set of stars.

form#commentform .comment-form-rating .stars:nth-child(2) {
display: none;
}