We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96309c3 commit c9e2f71Copy full SHA for c9e2f71
lifterlms/llms-hide-has-quiz-and-assignment.css
@@ -0,0 +1,8 @@
1
+/**
2
+ * Hide the has quiz and has assignment labels.
3
+ *
4
+ * @since 2025-02-11
5
+ */
6
+span.llms-lesson-has-quiz, span.llms-lesson-has-assignment {
7
+ display: none;
8
+}
0 commit comments