a , .site-title {'; $bookstore_exhibition_color_palette_css .='font-size: '.esc_attr($bookstore_exhibition_site_title_font_size).'px;'; $bookstore_exhibition_color_palette_css .='color: '.esc_attr($bookstore_exhibition_site_title_color).';'; $bookstore_exhibition_color_palette_css .='}'; $bookstore_exhibition_site_tagline_font_size = bookstore_exhibition_get_option('bookstore_exhibition_site_tagline_font_size'); if($bookstore_exhibition_site_tagline_font_size != false){ $bookstore_exhibition_color_palette_css .='.site-description {'; $bookstore_exhibition_color_palette_css .='font-size: '.esc_attr($bookstore_exhibition_site_tagline_font_size).'px;'; $bookstore_exhibition_color_palette_css .='}'; }