";
//top header Section
$bloog_lite_logo_bkgimage = get_theme_mod('bloog_lite_logo_bkgimage');
if(!empty($bloog_lite_logo_bkgimage)){echo 'header.site-header {background-image: url("'.$bloog_lite_logo_bkgimage.'"); }';}
//Custom CSS CODE
$custom_css = get_theme_mod('bloog_lite_custom_tools_css_code');
if(!empty($custom_css)){echo $custom_css;}
echo "\n";
//custom js
$custom_js = get_theme_mod('bloog_lite_custom_tools_js_code');
if(!empty($custom_js)){
echo '';
}
}
add_action('wp_head','bloog_lite_header_styles_scripts');
add_action('wp_head' , 'dynamic_style');
function dynamic_style(){
//font-family for header h1 to h6.
$bloog_lite_heading_fonts = get_theme_mod('heading_typography');
//font-family for body text.
$bloog_lite_body_fonts = get_theme_mod('body_typography');
?>
";
}
add_action('wp_footer', 'bloog_lite_fonts_cb');