@@ -35,8 +35,8 @@ |
||
| 35 | 35 | if ( ! function_exists( 'strip_header_style' ) ) : |
| 36 | 36 | |
| 37 | 37 | /** |
| 38 | - * Register default header image |
|
| 39 | - */ |
|
| 38 | + * Register default header image |
|
| 39 | + */ |
|
| 40 | 40 | register_default_headers( array( |
| 41 | 41 | 'DefaultHeader' => array( |
| 42 | 42 | 'url' => get_template_directory_uri() . '/assets/images/Default-header.png', |
@@ -71,11 +71,14 @@ |
||
| 71 | 71 | } |
| 72 | 72 | <?php |
| 73 | 73 | // If the user has set a custom color for the text use that. |
| 74 | - else : |
|
| 74 | + else { |
|
| 75 | + : |
|
| 75 | 76 | ?> |
| 76 | 77 | .site-title a, |
| 77 | 78 | .site-description { |
| 78 | - color: #<?php echo esc_attr( $header_text_color ); ?>; |
|
| 79 | + color: #<?php echo esc_attr( $header_text_color ); |
|
| 80 | + } |
|
| 81 | + ?>; |
|
| 79 | 82 | } |
| 80 | 83 | .site-title { |
| 81 | 84 | border-color: #<?php echo esc_attr( $header_text_color ); ?>; |