Title: Disable Course levels
Last modified: April 19, 2024

---

# Disable Course levels

 *  Resolved [danielghre](https://wordpress.org/support/users/danielghre/)
 * (@danielghre)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/disable-course-levels/)
 * Hello,
 * I would like to know if it was possible to disable courses levels ?
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Lisa StylemixThemes](https://wordpress.org/support/users/lisastylemixthemes/)
 * (@lisastylemixthemes)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/disable-course-levels/#post-17709371)
 * 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:
 *     ```wp-block-code
       .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](https://wordpress.org/support/users/danielghre/)
 * (@danielghre)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/disable-course-levels/#post-17710065)
 * Thank you very much !
 *  [Lisa StylemixThemes](https://wordpress.org/support/users/lisastylemixthemes/)
 * (@lisastylemixthemes)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/disable-course-levels/#post-17712288)
 * Hi 😊
 * You are more than welcome!
 * Please give me a favor and post a review on > [https://wordpress.org/plugins/masterstudy-lms-learning-management-system/#reviews](https://wordpress.org/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.

 * ![](https://ps.w.org/masterstudy-lms-learning-management-system/assets/icon-256x256.
   gif?rev=2846471)
 * [MasterStudy LMS WordPress Plugin – for Online Courses and Education](https://wordpress.org/plugins/masterstudy-lms-learning-management-system/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/masterstudy-lms-learning-management-system/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/masterstudy-lms-learning-management-system/)
 * [Active Topics](https://wordpress.org/support/plugin/masterstudy-lms-learning-management-system/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/masterstudy-lms-learning-management-system/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/masterstudy-lms-learning-management-system/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Lisa StylemixThemes](https://wordpress.org/support/users/lisastylemixthemes/)
 * Last activity: [2 years, 1 month ago](https://wordpress.org/support/topic/disable-course-levels/#post-17712288)
 * Status: resolved