// custom header Support
$args = array(
‘default-image’ => get_stylesheet_directory_uri() .’/images/head-back.jpg’,
‘width’ => ‘1600’,
‘height’ => ‘600’,
‘flex-height’ => false,
‘flex-width’ => false,
‘header-text’ => true,
‘default-text-color’ => ‘#143745’
);
add_theme_support( ‘custom-header’, $args );

Leave a Reply

Your email address will not be published. Required fields are marked *