From: Anthony Talarico Date: Wed, 1 Aug 2018 19:14:34 +0000 (-0400) Subject: removing edit and category links from the quiz page, they came with the theme X-Git-Tag: v1.0.0^2~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=ba1ce324065d9697a08f9c04256fdc4853ad6a60;p=WP-Themes%2Fsaultstemarie360.git removing edit and category links from the quiz page, they came with the theme --- 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; + }