Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Lisa StylemixThemes

    (@lisastylemixthemes)

    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

    Thread Starter danielghre

    (@danielghre)

    Thank you very much !

    Plugin Support Lisa StylemixThemes

    (@lisastylemixthemes)

    Hi ??

    You are more than welcome!

    Please give me a favor and post a review on > https://www.ads-software.com/plugins/masterstudy-lms-learning-management-system/#reviews

    Positive ratings encourage and motivate us to keep improving our product!

    Thank you!

    Lisa

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable Course levels’ is closed to new replies.