'', 'default-text-color' => apply_filters( 'bexley_header_textcolor', '333333' ), 'random-default' => false, 'width' => 1100, 'height' => 150, 'flex-height' => true, 'header-text' => true, 'uploads' => true, 'wp-head-callback' => 'bexley_colour_styles', 'admin-head-callback' => '', 'admin-preview-callback' => '', ); add_theme_support( 'custom-header', $args ); } add_action( 'after_setup_theme', 'bexley_custom_header_support' ); /** * Do custom colours using theme customiser to select options * * @return array */ function bexley_colour_styles() { ?>