removing edit and category links from the quiz page, they came with the theme
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 1 Aug 2018 19:14:34 +0000 (15:14 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 1 Aug 2018 19:14:34 +0000 (15:14 -0400)
footer.php

index 128d6c9..82b68df 100644 (file)
     html body #learndash_course_content #lessons_list > div > .completed:hover, html body #learndash_course_content #lessons_list > div  .notcompleted:hover{
         cursor: default;
     }
+    .entry-footer, .edit-link{
+        display: none;
+    }
 </style>
 </html>