From 048ad11f3b72ed25a477d30cbd4295e6c7bbde20 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 4 Dec 2013 18:41:31 +0000 Subject: [PATCH] Twenty Fourteen: fix site title color preview in Customizer, props kwight. Closes #26404. git-svn-id: https://develop.svn.wordpress.org/trunk@26619 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/inc/custom-header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyfourteen/inc/custom-header.php b/src/wp-content/themes/twentyfourteen/inc/custom-header.php index 6b703d810d..d3fe05f80d 100644 --- a/src/wp-content/themes/twentyfourteen/inc/custom-header.php +++ b/src/wp-content/themes/twentyfourteen/inc/custom-header.php @@ -78,7 +78,7 @@ function twentyfourteen_header_style() { else : ?> .site-title a { - color: # !important; + color: #; }