Hi Daniel,
Here is how to manage/disable course levels in MasterStudy LMS.
Removing All Course Levels:
- Head over to MS LMS settings > Course > Course levels section.
- You can delete all course levels from here, which will apply to all courses.
Unfortunately, unselecting a specific course level for individual courses isn’t currently possible within the LMS settings.
Hiding Course Levels with CSS (Optional): If you’d like to hide course levels on the course description page, you can add some custom CSS code. Here’s the code snippet you can use:
.postid-5515 .stm-lms-course-info__single:last-child {
display: none;
}
This code will hide the last element within the .stm-lms-course-info__single
class, which typically corresponds to the course level information.
.postid-5515 should be replaced your course id class.
Feel free to reach out if you have any questions or need further assistance.
Best regards,
Lisa