li.current_page_item > span, .nav-menu:not(.mobile) .menu > li.current-menu-item > span, .nav-menu:not(.mobile) .menu > li.current-menu-ancestor > span, .nav-menu:not(.mobile) .menu > li.current-post-parent > span, .entry-line-bullet, .post-tags a:hover { background-color: '.esc_attr( get_theme_mod('color-1') ).'; } #header, .alx-tabs-nav li.active a { border-bottom-color: '.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( 'blogstream-style', $styles ); } } } add_action( 'wp_enqueue_scripts', 'blogstream_dynamic_css' );