Hi there,
I apologize for the incomplete reply. I forget to tell a quick solution to remove the rating from Tutor LMS. Though we don’t have any option disable the rating, you can disable rating 2 ways.
No 1: Template Overriding (If you have coding experience): Files those to be overridden:
/wp-content/plugins/tutor/templates/loop/rating.php
/wp-content/plugins/tutor/templates/single/course/enrolled/lead-info.php
Here is the overriding doc: https://www.themeum.com/docs/override-tutor-templates/
No 2: Custom CSS: If you don’t have any coding experience, you can apply the following CSS to hide rating from everywhere.
.tutor-loop-rating-wrap,
.tutor-single-course-rating,
.single-instructor-wrap .single-instructor-bottom .ratings {
display: none;
}
Apply any provided solution that is easier for you. Let me know if you have any query or issue.
Thanks