'',
'default-text-color' => 'ffffff',
'width' => 1000,
'height' => 250,
'flex-height' => true,
'flex-wdidth' => true,
'wp-head-callback' => 'bootstrapfast_header_style',
) ) );
}
if ( ! function_exists( 'bootstrapfast_header_style' ) ) :
/**
* Styles the header image and text displayed on the blog.
*
* @see bootstrapfast_custom_header_setup().~
*/
function bootstrapfast_header_style() {
$header_text_color = get_header_textcolor();
if ( get_theme_support( 'custom-header', 'default-text-color' ) === $header_text_color ) {
return;
}
// If we get this far, we have custom styles. Let's do this.
?>