From ba1ce324065d9697a08f9c04256fdc4853ad6a60 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 1 Aug 2018 15:14:34 -0400 Subject: [PATCH] removing edit and category links from the quiz page, they came with the theme --- footer.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/footer.php b/footer.php index 128d6c9..82b68df 100644 --- a/footer.php +++ b/footer.php @@ -173,5 +173,8 @@ 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; + } -- 2.17.1