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
This commit is contained in:
parent
24240d260c
commit
048ad11f3b
|
@ -78,7 +78,7 @@ function twentyfourteen_header_style() {
|
||||||
else :
|
else :
|
||||||
?>
|
?>
|
||||||
.site-title a {
|
.site-title a {
|
||||||
color: #<?php echo $header_text_color; ?> !important;
|
color: #<?php echo $header_text_color; ?>;
|
||||||
}
|
}
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue