From: Anthony Talarico Date: Mon, 23 Jul 2018 17:45:07 +0000 (-0400) Subject: adding styles from hopsitality mentality's admin theme css section to style.css X-Git-Tag: v1.0.0^2~44 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=aa836aa465d6e1da370828cfe2dca133894c4178;p=WP-Themes%2Fsaultstemarie360.git adding styles from hopsitality mentality's admin theme css section to style.css --- diff --git a/style.css b/style.css index 46561a4..87affe0 100644 --- a/style.css +++ b/style.css @@ -2718,4 +2718,33 @@ body .cmvl-navbar-navigation span{ } [data-page="demo"] nav#site-navigation ul li a, [data-page="my-courses"] nav#site-navigation ul li a, body.single-cmvl_channel nav#site-navigation ul li a{ color: white; +} +.cmvl-navbar-navigation{ + background: white !important; +} +.cmvl-navbar-navigation select { + background: white !important; +} +#main-slider.full-screen-yes{ + height: 60vh; + min-height: 60vh; +} +.cmvl-channels-list-shortcode table thead tr th:last-child{ + display: none; +} +.cmvl-channels-list-shortcode table tbody tr td:last-child{ + display: none; +} +.cmvl-channels-list-shortcode table tbody tr td{ + pointer-events: none; +} +.cmvl-channels-list-shortcode { + max-width: 600px; + margin: 0 auto !important; +} +.cmvl-channels-list-shortcode table thead tr th:not(:first-child){ + padding: 0 10px; +} +.cmvl-channels-list-shortcode table tbody tr td:not(:first-child){ + padding: 0 10px; } \ No newline at end of file