_s: Enable live preview for Header Text Color in Customizer. Change also
removes an !important declaration in Custom Header CSS rules.
This commit is contained in:
parent
9fe1b0d8a8
commit
c7f2b7a1ee
3 changed files with 11 additions and 4 deletions
|
@ -119,7 +119,7 @@ function _s_header_style() {
|
|||
?>
|
||||
.site-title a,
|
||||
.site-description {
|
||||
color: #<?php echo get_header_textcolor(); ?> !important;
|
||||
color: #<?php echo get_header_textcolor(); ?>;
|
||||
}
|
||||
<?php endif; ?>
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue