'; } } add_action( 'wp_head', 'gute_pingback_header' ); if ( ! function_exists( 'gute_inline_css' ) ) : function gute_inline_css() { $header_textcolor = get_theme_mod( 'header_textcolor', '000000'); $style = ''; // archive header style if ($header_textcolor != '000000' ){ $style .= '.site-branding a.text-logo,.site-description{color:#'.$header_textcolor.'}'; } wp_add_inline_style( 'gute-style', $style ); } add_action( 'wp_enqueue_scripts', 'gute_inline_css' ); endif;