Hi vibe team,
I tried to follow the custom css is here
https://wplms.io/support/knowledge-base/remove-star-ratings-reviews-instructor-students-from-course-page/
as you can see here
https://postimg.org/image/69zte4zut/
but after I update, and view it on the course page, nothing changes. as you can see here
https://postimg.org/image/iwyak7qs1/
What should I do?
For adding custom css Go to wp-admin->appearance->customiser->add custom CSS-> add these lines and save.
#course-list li .item-meta {display:none !important;}
.item-instructor {display:none !important;}
Kindly provide us your site url and wp-admin credentials.
I will look into it.
This reply has been marked as private.
This reply has been marked as private.
div#item-meta {display:none !important;}
.course_reviews {display:none !important;}
.students_undertaking {display:none !important;}
Oh, I see
I put the Code here
http://prnt.sc/ehe94s and it's Work. Thanks Skywalker and Vibe Team!