setting the header menu to all lowercase
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 18 Apr 2018 13:13:58 +0000 (09:13 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 18 Apr 2018 13:13:58 +0000 (09:13 -0400)
style.css

index 5603e02..19f728d 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1304,7 +1304,7 @@ body.parallax-on .wpcf7-not-valid-tip {
     /* text-transform: uppercase; */
     font-size: 16px;
     padding: 5px 10px;
-    /* text-transform: lowercase; */
+    text-transform: lowercase;
 }
 
 .main-navigation > ul > li.current a {