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 .='}'; } // Sticky Copyright $bookstore_exhibition_resp_stickycopyright = bookstore_exhibition_get_option( 'bookstore_exhibition_stickycopyright_hide_show',false); if($bookstore_exhibition_resp_stickycopyright == true && bookstore_exhibition_get_option( 'bookstore_exhibition_copyright_sticky',false) != true){ $bookstore_exhibition_color_palette_css .='.copyright-sticky{'; $bookstore_exhibition_color_palette_css .='position:static;'; $bookstore_exhibition_color_palette_css .='} '; }