projects
/
WP-Themes
/
saultstemarie360.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c806267
)
removing edit and category links from the quiz page, they came with the theme
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 1 Aug 2018 19:14:34 +0000
(15:14 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 1 Aug 2018 19:14:34 +0000
(15:14 -0400)
footer.php
patch
|
blob
|
history
diff --git
a/footer.php
b/footer.php
index
128d6c9
..
82b68df
100644
(file)
--- 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;
+ }
</style>
</html>