diff --git a/src/wp-content/themes/twentyseventeen/inc/custom-header.php b/src/wp-content/themes/twentyseventeen/inc/custom-header.php index 50294b83fc..42a89e93d8 100644 --- a/src/wp-content/themes/twentyseventeen/inc/custom-header.php +++ b/src/wp-content/themes/twentyseventeen/inc/custom-header.php @@ -87,14 +87,20 @@ function twentyseventeen_header_style() { .colors-dark .site-title a, .colors-custom .site-title a, body.has-header-image .site-title a, + body.has-header-video .site-title a, body.has-header-image.colors-dark .site-title a, + body.has-header-video.colors-dark .site-title a, body.has-header-image.colors-custom .site-title a, + body.has-header-video.colors-custom .site-title a, .site-description, .colors-dark .site-description, .colors-custom .site-description, body.has-header-image .site-description, + body.has-header-video .site-description, body.has-header-image.colors-dark .site-description, - body.has-header-image.colors-custom .site-description { + body.has-header-video.colors-dark .site-description, + body.has-header-image.colors-custom .site-description, + body.has-header-video.colors-custom .site-description { color: #; }