[wp-trac] [WordPress Trac] #38980: Twenty Seventeen: Header text color isn't always applied
WordPress Trac
noreply at wordpress.org
Wed Nov 30 00:15:36 UTC 2016
#38980: Twenty Seventeen: Header text color isn't always applied
---------------------------+----------------------------
Reporter: ocean90 | Owner: laurelfulford
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 4.7
Component: Bundled Theme | Version: trunk
Severity: normal | Resolution:
Keywords: needs-patch | Focuses:
---------------------------+----------------------------
Changes (by davidakennedy):
* owner: => laurelfulford
* status: new => assigned
Comment:
Thanks for the report!
Looks like this is an issue in the CSS applied if you select a custom
header text color. This:
{{{
.site-title a,
body.has-header-image .site-title a,
.site-description,
body.has-header-image .site-description {
color: #<?php echo esc_attr( $header_text_color ); ?>;
}
}}}
Needs to also have the additional color scheme classes: `.colors-dark` and
`.colors-custom`.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/38980#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list