- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/custom-header.php
r42343 r43571 35 35 */ 36 36 add_theme_support( 37 'custom-header', apply_filters( 38 'twentyseventeen_custom_header_args', array( 37 'custom-header', 38 apply_filters( 39 'twentyseventeen_custom_header_args', 40 array( 39 41 'default-image' => get_parent_theme_file_uri( '/assets/images/header.jpg' ), 40 42 'width' => 2000, … … 80 82 // Has the text been hidden? 81 83 if ( 'blank' === $header_text_color ) : 82 ?>84 ?> 83 85 .site-title, 84 86 .site-description { … … 86 88 clip: rect(1px, 1px, 1px, 1px); 87 89 } 88 <?php89 // If the user has set a custom color for the text use that.90 <?php 91 // If the user has set a custom color for the text use that. 90 92 else : 91 ?>93 ?> 92 94 .site-title a, 93 95 .colors-dark .site-title a, … … 112 114 <?php endif; ?> 113 115 </style> 114 <?php116 <?php 115 117 } 116 118 endif; // End of twentyseventeen_header_style.
Note: See TracChangeset
for help on using the changeset viewer.