.comment-body:after, .commentlist li.comment-author-admin > .comment-body:after, .wp-pagenavi a:hover, .wp-pagenavi a:active, .wp-pagenavi span.current { background-color: '.esc_attr( get_theme_mod('color-1') ).'; } #wrapper { border-top-color: '.esc_attr( get_theme_mod('color-1') ).'; } .card-title a:hover { box-shadow: 0 3px 0 '.esc_attr( get_theme_mod('color-1') ).'; } '."\n"; } // header logo max-height if ( get_theme_mod('logo-max-height','60') != '60' ) { $styles .= '.site-title a img { max-height: '.esc_attr( get_theme_mod('logo-max-height') ).'px; }'."\n"; } // header text color if ( get_theme_mod( 'header_textcolor' ) != '' ) { $styles .= '.site-title a, .site-description { color: #'.esc_attr( get_theme_mod( 'header_textcolor' ) ).'; }'."\n"; } wp_add_inline_style( 'halftype-style', $styles ); } } } add_action( 'wp_enqueue_scripts', 'halftype_dynamic_css' );