a, .header .navbar-light .navbar-nav li a:hover, a, .post-meta a:hover, .post-footer .btn-readmore:hover{ color: {$cafesio_blog_style_body_primary_color_section}; } .tag-lists a:hover, .tagcloud a:hover, .sticky.post .meta-featured-post, .widget-title:before, .btn , .block-title.title-border .title-bg, .block-title.title-border .title-bg::before , .owl-next, .owl-prev, a.post-cat, .not-found .input-group-btn, .header .navbar-light .navbar-nav > li.active > a:before, .xs-footer-section .widget.widget_search .input-group-btn, .sidebar .widget.widget_search .input-group-btn, .blog-single .tag-lists span, .header.header-solid .nav-search-area a, .pagination li.active a, .pagination li:hover a{ background:{$cafesio_blog_style_body_primary_color_section}; } .tag-lists a:hover, .tagcloud a:hover, .not-found .input-group-btn{ border-color: {$cafesio_blog_style_body_primary_color_section}; } .block-title.title-border .title-bg::after{ border-left-color: {$cafesio_blog_style_body_primary_color_section}; } .block-title.title-border{ border-bottom-color: {$cafesio_blog_style_body_primary_color_section}; } .copyright-area{ background: {$cafesio_footer_copyright_bg_color}; padding-top: {$cafesio_footer_copyright_padding}; padding-bottom: {$cafesio_footer_copyright_padding_bottom}; } .copyright-area{ color: {$cafesio_footer_copyright_color}; } body{ background:{$cafesio_blog_style_body_bg_color_section}; } "; if($cafesio_blog_body_typhography!='initial'){ $custom_css.= " body { {$cafesio_blog_body_typhography} } "; } if($cafesio_blog_h1_2_typhography!='initial'){ $custom_css.= " h1 { {$cafesio_blog_h1_2_typhography} } "; } if($cafesio_blog_h2_typhography!='initial'){ $custom_css.= " h2 { {$cafesio_blog_h2_typhography} } "; } if($cafesio_blog_h3_4_typhography!='initial'){ $custom_css.= " h3 { {$cafesio_blog_h3_4_typhography} } "; } if($cafesio_blog_h4_typhography!='initial'){ $custom_css.= " h4 { {$cafesio_blog_h4_typhography} } "; } wp_add_inline_style( 'cafesio-master', $custom_css ); } add_action( 'wp_enqueue_scripts', 'cafesio_dynamic_style' );