From: Anthony Talarico Date: Tue, 26 Jun 2018 19:10:56 +0000 (-0400) Subject: removing menu items from the demo page X-Git-Tag: v1.0.0^2~15 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=f19044087c14e4601c23d25d5922df22272da645;p=WP-Themes%2Fhospitalitymentality.git removing menu items from the demo page --- diff --git a/style.css b/style.css index 9053c70..f22a263 100644 --- a/style.css +++ b/style.css @@ -2698,4 +2698,10 @@ body .cmvl-navbar-navigation span{ cursor: pointer; box-shadow: 0px 17px 10px -10px rgba(0,0,0,0.4); transform: translate(0px, -3px) scale(1) +} +[data-page="demo"] .journey-menu, [data-page="demo"] .contact-menu,[data-page="my courses"] .journey-menu,[data-page="my courses"] .contact-menu{ + display: none; +} +[data-page="tour guide"] .journey-menu, [data-page="tour guide"] .contact-menu{ + display: none; } \ No newline at end of file