From 40b2d24ca80d1a50b215146be595efd0175a7950 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 19 Apr 2018 11:56:34 -0400 Subject: [PATCH] customizing the lessons page customizing the lessons video page --- style.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/style.css b/style.css index b112ba8..23c3589 100644 --- 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 -- 2.17.1