From f19044087c14e4601c23d25d5922df22272da645 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 26 Jun 2018 15:10:56 -0400 Subject: [PATCH] removing menu items from the demo page --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.17.1