From: Anthony Talarico Date: Thu, 28 Jun 2018 13:39:51 +0000 (-0400) Subject: changing the nav menu items color to white for demo page X-Git-Tag: v1.0.0^2~5 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=fa177f08c460cf36072ecc52d556c76bccc881a8;p=WP-Themes%2Fhospitalitymentality.git changing the nav menu items color to white for demo page --- diff --git a/style.css b/style.css index 79d0a41..14edb4a 100644 --- a/style.css +++ b/style.css @@ -2715,4 +2715,7 @@ body .cmvl-navbar-navigation span{ } #site-logo.logo-demo, #site-logo.logo-my-courses,{ width: 16%; +} +[data-page="demo"] nav#site-navigation ul li a, [data-page="my courses"] nav#site-navigation ul li a{ + color: white; } \ No newline at end of file