removing the vr menu item
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 25 Apr 2018 20:21:12 +0000 (16:21 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 25 Apr 2018 20:21:12 +0000 (16:21 -0400)
removing virtual reality training from the topbar

style.css

index 30fcf0b..1f106f8 100644 (file)
--- a/style.css
+++ b/style.css
@@ -2666,4 +2666,7 @@ body .cmvl-navbar-navigation span{
 }
 .cmvl-stats-user-table thead tr th:nth-last-child(3){
     max-width: 65px;
+}
+.single-page-nav li:nth-child(3){
+    display: none;
 }
\ No newline at end of file