c3e9dd24 by Jeff Balicki

ssss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 24a7e393
......@@ -16134,7 +16134,11 @@ li.additional_information_tab {
display: none !important;
}
.learndash.user_has_no_access {
.ld-course-status.ld-course-status-not-enrolled {
display: none !important;
}
.user_has_no_access .ld-item-list.ld-lesson-list {
display: none !important;
}
......@@ -16387,10 +16391,6 @@ li.crumb a {
font-size: 16px;
}
.ld-course-status-not-enrolled .ld-item-list.ld-lesson-list {
display: none !important;
}
.btn-join {
padding: 12px 30px !important;
background-color: #e8d44b !important;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -140,6 +140,12 @@ li.additional_information_tab {
display: none !important;
}
.learndash.user_has_no_access{
.ld-course-status.ld-course-status-not-enrolled{
display: none !important;
}
\ No newline at end of file
}
.user_has_no_access{
.ld-item-list.ld-lesson-list{
display:none !important;
}
}
......
......@@ -23,11 +23,6 @@ li.crumb a {
font-size:16px;
}
.ld-course-status-not-enrolled{
.ld-item-list.ld-lesson-list{
display:none !important;
}
}
......
......@@ -5,7 +5,7 @@
Author: Tenzing Communications
Author URI: https://tenzingbrand.com
Template: understrap
Version: 1.1.007
Version: 1.1.008
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......