Hello!
Unfortunately, you need the Pro version to remove reviews. You would need the Report addon to remove reviews, which comes with the Pro version. The free version has no way to remove reviews.
https://docs.themeum.com/tutor-lms/addons/reports/#review
Thank you.
Best Regards,
Thank you for your feedback. However, I saw someone else without a pro version was helped with the same issue? The person had to add CSS or something.
Ashfiqur Rahman Anim (@anim07)
Hello @andytodd88
Please go to appearance > customization option from your dashboard and go to additional css option and paste this code
.tutor-review-individual-item.tutor-review-117 {
display: none;
}
it will hide the review from the site . Please let me know.
Thank you
Best regards
Would it be possible at all for you to send me the correct code for my site please?
Hello @joanitaolivier
Please go to settings > permalink and make the permalink settings set to post type. Then share me your websites url or the course url from where you want to hide the rating or review . It would be better if you can email us with the details. Sharing detail in public platform is not recommended. We are available at support@themeum.com
Best regards
Thank you so much, Ashfiqur. I will email you with the relevant details.
Unfortunately this issues has not been resolved yet. I am still waiting on feedback regarding the information you requested via email. I would appreciate it if you can follow up on it please.
Hello @joanitaolivier
Use this coee to hide all the comments:
.tutor-course-reviews-list {
display: none;
}
Kind Regards.