ul{'; $custom_css .='border-color: '.esc_html($blogger_hub_first_theme_color).';'; $custom_css .='}'; } if($blogger_hub_first_theme_color != false){ $custom_css .=' #sidebar h3:after, #category_post h1:after {'; $custom_css .='border-top-color: '.esc_html($blogger_hub_first_theme_color).';'; $custom_css .='}'; } if($blogger_hub_second_theme_color != false){ $custom_css .=' .nav-menu ul ul a, body{'; $custom_css .='background-color: '.esc_html($blogger_hub_second_theme_color).';'; $custom_css .='}'; } if($blogger_hub_second_theme_color != false){ $custom_css .=' @media screen and (max-width:1000px){ .nav-menu .current_page_item > a, .nav-menu .current-menu-item > a, .nav-menu .current_page_ancestor > a, .nav-menu ul li a:hover{'; $custom_css .='color: '.esc_html($blogger_hub_second_theme_color).';'; $custom_css .='} }'; } if($blogger_hub_second_theme_color != false){ $custom_css .='.nav-menu ul ul{'; $custom_css .='border-color: '.esc_html($blogger_hub_second_theme_color).';'; $custom_css .='}'; } if($blogger_hub_second_theme_color != false){ $custom_css .='.nav-menu ul ul a:hover, .nav-menu ul li a:hover, .nav-menu li a:hover{'; $custom_css .='border-left-color: '.esc_html($blogger_hub_second_theme_color).';'; $custom_css .='}'; } // Layout Options $theme_layout = get_theme_mod( 'blogger_hub_theme_layout_options','Default Theme'); if($theme_layout == 'Default Theme'){ $custom_css .='body{'; $custom_css .='max-width: 100%;'; $custom_css .='}'; }else if($theme_layout == 'Container Theme'){ $custom_css .='body{'; $custom_css .='width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;'; $custom_css .='}'; }else if($theme_layout == 'Box Container Theme'){ $custom_css .='body{'; $custom_css .='max-width: 1140px; width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;'; $custom_css .='}'; $custom_css .='.search-box label{'; $custom_css .=' width: 72%; '; $custom_css .='}'; }