customizing the lessons page
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 19 Apr 2018 15:56:34 +0000 (11:56 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 19 Apr 2018 15:56:34 +0000 (11:56 -0400)
customizing the lessons video page

style.css

index b112ba8..23c3589 100644 (file)
--- a/style.css
+++ b/style.css
@@ -2552,4 +2552,32 @@ div.cmvl-courses-list-shortcode table tbody tr td.narrow{
 }
 .cmvl-title{
     text-align: center;
+}
+body .cmvl-toc{
+    display: none;
+}
+body .cmvl-toc{
+    display: none;
+}
+.cmvl-video-list{
+    background-color: #1C262F;
+}
+body .cmvl-playlist nav a{
+    background: transparent;
+    color: white;
+    border: 2px solid transparent;
+}
+body .cmvl-playlist nav a:hover{
+    border: 2px solid #00AEEF;
+    color: white;
+    background: transparent;
+}
+body .cmvl-playlist nav li.current a{
+    background: #00AEEF;
+}
+body .cmvl-controls li{
+    color: white;
+}
+body .cmvl-navbar-categories{
+    display: none;
 }
\ No newline at end of file