How to hide the lesson Has Quiz and Has Assignment labels

The “has quiz” and “has assignment” labels were added in 8.0 for accessibility and as a preview to what lessons contain. If you’d like to hide them from display, you can either edit the template templates/course/lesson-preview.php or use the following CSS:

/**
* Hide the has quiz and has assignment labels.
*
* @since 2025-02-11
*/
span.llms-lesson-has-quiz, span.llms-lesson-has-assignment {
display: none;
}

Last Updated on
Was this article helpful?