'fff', 'header-text' => false, 'width' => 1600, 'height' => 100, 'flex-width' => true, 'flex-height' => true, 'wp-head-callback' => 'air_conditioning_services_header_style', ) ) ); } add_action( 'after_setup_theme', 'air_conditioning_services_custom_header_setup' ); if ( ! function_exists( 'air_conditioning_services_header_style' ) ) : /** * Styles the header image and text displayed on the blog * * @see air_conditioning_services_custom_header_setup(). */ add_action( 'wp_enqueue_scripts', 'air_conditioning_services_header_style' ); function air_conditioning_services_header_style() { if ( get_header_image() ) : $air_conditioning_services_custom_css = " .menu-header{ background-image:url('".esc_url(get_header_image())."'); background-position: top; height: auto !important; background-size:cover !important; background-repeat:no-repeat !important; }.page-header, .woocommerce-page .outer-div { background-image:url('".esc_url(get_header_image())."'); background-position: top; background-size:cover !important; background-repeat:no-repeat !important; }"; wp_add_inline_style( 'air-conditioning-services-style', $air_conditioning_services_custom_css ); endif; } endif;