diff --git a/src/wp-content/themes/twentyseventeen/inc/custom-header.php b/src/wp-content/themes/twentyseventeen/inc/custom-header.php index e8e4b71ac9..50294b83fc 100644 --- a/src/wp-content/themes/twentyseventeen/inc/custom-header.php +++ b/src/wp-content/themes/twentyseventeen/inc/custom-header.php @@ -84,9 +84,17 @@ function twentyseventeen_header_style() { else : ?> .site-title a, - body.has-header-image .site-title a, + .colors-dark .site-title a, + .colors-custom .site-title a, + body.has-header-image .site-title a, + body.has-header-image.colors-dark .site-title a, + body.has-header-image.colors-custom .site-title a, .site-description, - body.has-header-image .site-description { + .colors-dark .site-description, + .colors-custom .site-description, + body.has-header-image .site-description, + body.has-header-image.colors-dark .site-description, + body.has-header-image.colors-custom .site-description { color: #; }