From 616cb77f88147de048579d97c00ee646854fa6bc Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 16 Feb 2017 14:04:46 -0500 Subject: [PATCH] Hide the bottom navigation page. This is to add the contact form page. --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 9f94084..072bf99 100755 --- a/style.css +++ b/style.css @@ -1499,6 +1499,9 @@ a:hover .nav-title, /*-------------------------------------------------------------- 12.1 GLM --------------------------------------------------------------*/ +#section-28 ul li span.static-nav-link { + display: none; +} .static-nav-section { clear: both; display: block; -- 2.17.1