From: Anthony Talarico Date: Thu, 19 Apr 2018 15:56:34 +0000 (-0400) Subject: customizing the lessons page X-Git-Tag: v1.0.0^2~33 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=40b2d24ca80d1a50b215146be595efd0175a7950;p=WP-Themes%2Fhospitalitymentality.git customizing the lessons page customizing the lessons video page --- 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