projects
/
WP-Themes
/
hospitalitymentality.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe1cef4
)
removing menu items from the demo page
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 26 Jun 2018 19:10:56 +0000
(15:10 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 26 Jun 2018 19:10:56 +0000
(15:10 -0400)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
9053c70
..
f22a263
100644
(file)
--- 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