- Timestamp:
- 11/14/2016 04:48:32 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/custom-header.php
r38985 r39224 36 36 add_theme_support( 'custom-header', apply_filters( 'twentyseventeen_custom_header_args', array( 37 37 'default-image' => get_parent_theme_file_uri( '/assets/images/header.jpg' ), 38 'default-text-color' => 'ffffff',39 38 'width' => 2000, 40 39 'height' => 1200, … … 86 85 ?> 87 86 .site-title a, 88 .twentyseventeen-front-page:not(.no-header-image) .site-title, 89 .twentyseventeen-front-page:not(.no-header-image) .site-title a, 87 body.has-header-image .site-title a, 90 88 .site-description, 91 .twentyseventeen-front-page:not(.no-header-image).site-description {89 body.has-header-image .site-description { 92 90 color: #<?php echo esc_attr( $header_text_color ); ?>; 93 91 }
Note: See TracChangeset
for help on using the changeset viewer.