Thank you for your feedback. The reviews are not there as the comments are older than the “reports” plugin installed. How can I delete these reviews manually? They must be somewhere as the reviews show up on the course page.
Or add a CSS to hide the reviews, but I cannot see their source (code) ? Can you tell where those particular comments are stored to remove or hide them?
Thx, great template. Happy with it in overall. Keep up the good work.
I applied your suggestion, but no luck so far. I put a log in to private content. I hope it is possible to just delete the two reviews as it is a great feature to behold for future reviews to be made. Thank You.
Hi Serkan, thank you for your reply. I tried the add the code in the additional css, but it did not work. Did I put it right? This is all codes I have in that css box.
/** @media screen and (min-width: 992px) {
.is-menu-hover-solid .nav-menu > ul > li > a .link-text {
padding: 0 16px;
line-height: 40px;
}
.is-header-small .header-wrap, .is-menu-bar .nav-menu > ul > li, .is-header-vertical .nav-menu > ul > li {
line-height: 40px;
}
} **/
@media screen and (min-width: 992px) {
.is-menu-hover-solid .nav-menu > ul > li > a .link-text {
padding: 0 8px;
}
}
.tutor-course-details-ratings { display: none; }