From f1396b4ed7205a5094f2c1baa3b316b88a4c7f14 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 18 Apr 2018 09:13:58 -0400 Subject: [PATCH] setting the header menu to all lowercase --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5603e02..19f728d 100644 --- 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 { -- 2.17.1