c3e9dd24 by Jeff Balicki

ssss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 24a7e393
...@@ -16134,7 +16134,11 @@ li.additional_information_tab { ...@@ -16134,7 +16134,11 @@ li.additional_information_tab {
16134 display: none !important; 16134 display: none !important;
16135 } 16135 }
16136 16136
16137 .learndash.user_has_no_access { 16137 .ld-course-status.ld-course-status-not-enrolled {
16138 display: none !important;
16139 }
16140
16141 .user_has_no_access .ld-item-list.ld-lesson-list {
16138 display: none !important; 16142 display: none !important;
16139 } 16143 }
16140 16144
...@@ -16387,10 +16391,6 @@ li.crumb a { ...@@ -16387,10 +16391,6 @@ li.crumb a {
16387 font-size: 16px; 16391 font-size: 16px;
16388 } 16392 }
16389 16393
16390 .ld-course-status-not-enrolled .ld-item-list.ld-lesson-list {
16391 display: none !important;
16392 }
16393
16394 .btn-join { 16394 .btn-join {
16395 padding: 12px 30px !important; 16395 padding: 12px 30px !important;
16396 background-color: #e8d44b !important; 16396 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 { ...@@ -140,6 +140,12 @@ li.additional_information_tab {
140 display: none !important; 140 display: none !important;
141 } 141 }
142 142
143 .learndash.user_has_no_access{ 143 .ld-course-status.ld-course-status-not-enrolled{
144 display: none !important; 144 display: none !important;
145 }
...\ No newline at end of file ...\ No newline at end of file
145 }
146
147 .user_has_no_access{
148 .ld-item-list.ld-lesson-list{
149 display:none !important;
150 }
151 }
......
...@@ -23,11 +23,6 @@ li.crumb a { ...@@ -23,11 +23,6 @@ li.crumb a {
23 font-size:16px; 23 font-size:16px;
24 } 24 }
25 25
26 .ld-course-status-not-enrolled{
27 .ld-item-list.ld-lesson-list{
28 display:none !important;
29 }
30 }
31 26
32 27
33 28
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: Tenzing Communications 5 Author: Tenzing Communications
6 Author URI: https://tenzingbrand.com 6 Author URI: https://tenzingbrand.com
7 Template: understrap 7 Template: understrap
8 Version: 1.1.007 8 Version: 1.1.008
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......