'ffffff',
'width' => 1920,
'height' => 250,
'flex-height' => true,
'wp-head-callback' => 'canyon_header_style',
) ) );
}
add_action( 'after_setup_theme', 'canyon_custom_header_setup' );
if ( ! function_exists( 'canyon_header_style' ) ) :
/**
* Styles the header image and text displayed on the blog
*
* @see canyon_custom_header_setup().
*/
function canyon_header_style() {
?>