h3:after, .widget_rss ul li a, .widget_calendar a, .alx-tabs-nav li.active a, .alx-tab .tab-item-category a, .alx-posts .post-item-category a, .alx-tab li:hover .tab-item-title a, .alx-tab li:hover .tab-item-comment a, .alx-posts li:hover .post-item-title a, .comment-tabs li.active a, .comment-awaiting-moderation, .child-menu a:hover, .child-menu .current_page_item > a, .wp-pagenavi a { color: '.esc_attr( get_theme_mod('color-1') ).'; } .themeform input[type="button"], .themeform input[type="reset"], .themeform input[type="submit"], .themeform button[type="button"], .themeform button[type="reset"], .themeform button[type="submit"], .sidebar-toggle, #profile .social-links .social-tooltip:hover, .post-tags a:hover, .widget_calendar caption, .author-bio .bio-avatar:after, .post-comments, .commentlist li.bypostauthor > .comment-body:after, .commentlist li.comment-author-admin > .comment-body:after { background-color: '.esc_attr( get_theme_mod('color-1') ).'; } .alx-tabs-nav li.active a { border-color: '.esc_attr( get_theme_mod('color-1') ).'; } #header .nav-menu:not(.mobile) > div > ul > li:hover > span, #header .nav-menu:not(.mobile) li.current_page_item > span, #header .nav-menu:not(.mobile) li.current-menu-item > span, #header .nav-menu:not(.mobile) li.current-menu-ancestor > span, #header .nav-menu:not(.mobile) li.current-post-parent > span { border-top-color: '.esc_attr( get_theme_mod('color-1') ).'; } #footer-bottom .container-inner, .widget > h3 > span, .alx-tabs-nav li.active a, .comment-tabs li.active a, .wp-pagenavi a:hover, .wp-pagenavi a:active, .wp-pagenavi span.current { border-bottom-color: '.esc_attr( get_theme_mod('color-1') ).'!important; } '."\n"; } // image border radius if ( get_theme_mod('image-border-radius') != '0' ) { $styles .= 'img { -webkit-border-radius: '.esc_attr( get_theme_mod('image-border-radius') ).'px; border-radius: '.esc_attr( get_theme_mod('image-border-radius') ).'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( 'blogside-style', $styles ); } } } add_action( 'wp_enqueue_scripts', 'blogside_dynamic_css' );