cant remove rating and reviews

Home Forums Legacy Support Support queries How-to & Troubleshooting cant remove rating and reviews

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #37870
    squallhajime
    Spectator
    hi support Still unable to remove the rating stars and reviews even after following instructions from: https://wplms.io/support/knowledge-base/remove-star-ratings-reviews-instructor-students-from-course-page/ Please advise? Thanks
    #37904
    sandy
    Member
    Can you please share site url, we will check it on your site. Thanks
    #37923
    squallhajime
    Spectator
    http://learning.sunnytay.com<b>/</b>
    #38044
    H.K. Latiyan
    Participant
    Please use this custom css:
    .block.courseitem.course3 .block_content .course_meta .star-rating {
    display:none;
    }
    and
    .directory.course #course-list li .item-meta strong {
    display: none;
    }
    #40743
    SVweb2015
    Participant
    This solution is not working. We upgraded to WPLMS 2.0.8. Even tried solutions given at following page; https://wplms.io/support/knowledge-base/remove-star-ratings-reviews-instructor-students-from-course-page/ Please do let us know how to review Customor Reviews and Customer No from each and every course
    #40883
    H.K. Latiyan
    Participant
    @SVweb2015: Its recommended to create your own topic for better understanding and faster responses. Also share the course page url with us to give you the appropriate css for your site.
    #41123
    squallhajime
    Spectator
    Hello If you click on the filters in the all course page like in screenshot below, the courses listed still have the ratings and stars.
    #41386
    H.K. Latiyan
    Participant
    Please use this custom css:
    #course-list li .item-meta strong,#course-list li .item-meta .course-star-rating {
    display:none;
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘cant remove rating and reviews’ is closed to new replies.