Hi,
We are unable to remove Customer Reviews and Student number. Apply given below solutions but nothing hapening:
CSS.
https://wplms.io/support/knowledge-base/remove-star-ratings-reviews-instructor-students-from-course-page/
https://wplms.io/support/forums/topic/hide-review-course-button/
https://wplms.io/support/forums/topic/cant-remove-rating-and-reviews/#post-40743
Please share the page url also to give you the solution.
http://lms.softvative.com/course/prm1/
http://lms.softvative.com/course
All the css given on the below tip is working fine at your site.
Tip:
https://wplms.io/support/knowledge-base/remove-star-ratings-reviews-instructor-students-from-course-page/
.course_reviews{display:none;}
#buddypress div#item-header div#item-meta, #course-list .item-meta .star-rating{
display:none;
}
.students_undertaking{display:none;}
Have you put the css in appearance->customize->custom css:
Try adding the css in custom css its working on your site.