'', 'default-text-color' => '362e77', 'width' => 1048, 'height' => 214, 'flex-width' => true, 'flex-height' => true, 'wp-head-callback' => 'apostrophe_header_style', ) ); } add_action( 'after_setup_theme', 'apostrophe_custom_header_setup' ); if ( ! function_exists( 'apostrophe_header_style' ) ) : /** * Styles the header image and text displayed on the blog */ function apostrophe_header_style() { $header_image = get_header_image(); $text_color = get_header_textcolor(); /* Output the CSS for our custom styles */ ?>