How do I DISABLE or REMOVE "Course Ratings"?

Home Forums Legacy Support Support queries How-to & Troubleshooting How do I DISABLE or REMOVE "Course Ratings"?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #198388
    shanekeller
    Participant
    How do I DISABLE or REMOVE "Course Ratings"? I cannot find a feature that removes the Course Star Ratings anywhere.  
    #198443
    logan
    Member

    Hey,

    Paste this CSS code in WPLMS > Footer > Google Analytics Code within the style tag

    <style>

    div#item-header-content #item-meta{display:none !important;}

    .star-rating {display:none !important;} </style>

    and click on save changes

    Let me know whether it works or not??

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I DISABLE or REMOVE "Course Ratings"?’ is closed to new replies.