a , .site-title {'; $beauty_cosmetic_shop_color_palette_css .='font-size: '.esc_attr($beauty_cosmetic_shop_site_title_font_size).'px;'; $beauty_cosmetic_shop_color_palette_css .='color: '.esc_attr($beauty_cosmetic_shop_site_title_color).';'; $beauty_cosmetic_shop_color_palette_css .='}'; $beauty_cosmetic_shop_site_tagline_font_size = beauty_cosmetic_shop_get_option('beauty_cosmetic_shop_site_tagline_font_size'); if($beauty_cosmetic_shop_site_tagline_font_size != false){ $beauty_cosmetic_shop_color_palette_css .='.site-description {'; $beauty_cosmetic_shop_color_palette_css .='font-size: '.esc_attr($beauty_cosmetic_shop_site_tagline_font_size).'px;'; $beauty_cosmetic_shop_color_palette_css .='}'; } //First Cap $beauty_cosmetic_shop_show_first_caps = beauty_cosmetic_shop_get_option('beauty_cosmetic_shop_show_first_caps', false); if($beauty_cosmetic_shop_show_first_caps == 'true' ){ $beauty_cosmetic_shop_color_palette_css .='.blog-content .text-content p:nth-of-type(1)::first-letter{'; $beauty_cosmetic_shop_color_palette_css .=' font-size: 50px; font-weight: 600;'; $beauty_cosmetic_shop_color_palette_css .=' margin-right: 5px;'; $beauty_cosmetic_shop_color_palette_css .=' line-height: 1;'; $beauty_cosmetic_shop_color_palette_css .='}'; }elseif($beauty_cosmetic_shop_show_first_caps == 'false' ){ $beauty_cosmetic_shop_color_palette_css .='.blog-content .text-content p:nth-of-type(1)::first-letter {'; $beauty_cosmetic_shop_color_palette_css .='display: none;'; $beauty_cosmetic_shop_color_palette_css .='}'; } // preloader background image $beauty_cosmetic_shop_show_preloader_background_image = beauty_cosmetic_shop_get_option('beauty_cosmetic_shop_show_preloader_background_image'); if($beauty_cosmetic_shop_show_preloader_background_image != false){ $beauty_cosmetic_shop_color_palette_css .='#preloader {'; $beauty_cosmetic_shop_color_palette_css .='background: url('.esc_attr($beauty_cosmetic_shop_show_preloader_background_image).');-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;'; $beauty_cosmetic_shop_color_palette_css .='}'; } // Sticky Copyright $beauty_cosmetic_shop_resp_stickycopyright = beauty_cosmetic_shop_get_option( 'beauty_cosmetic_shop_stickycopyright_hide_show',false); if( beauty_cosmetic_shop_get_option( 'beauty_cosmetic_shop_copyright_sticky',false) != true){ $beauty_cosmetic_shop_color_palette_css .='.copyright-sticky{'; $beauty_cosmetic_shop_color_palette_css .='position:static;'; $beauty_cosmetic_shop_color_palette_css .='} '; }