Remove Star ratings and Reviews

Home Forums Legacy Support Support queries Styling issues Remove Star ratings and Reviews

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #88323
    ssaenzford
    Spectator
    Hello, I added the following CSS code  and worked to remove the stars and reviews on the page with the list of courses: #course-list li .item-meta { display: none; } URL: Http://wplms.coachingglobal.club/all-courses/   But on the page of each course, the stars and reviews continue to appear, for example: http://wplms.coachingglobal.club/course/alquimia-organizacional/      
    #88571
    add this css   .course #item-meta {display:none !important;} .course .course_reviews {display:none !important;}
    #88763
    ssaenzford
    Spectator
    It worked perfect, thank you very much!
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Star ratings and Reviews’ is closed to new replies.