CSS to remove the numbers from the rating-type question

CSS to remove the numbers from the rating-type question:

.answer-option-rating--icons::after {
display: none;
}

Screenshot 2023-04-18 at 11.47.02 AM