a, .nav-menu .current-menu-item > a, .nav-menu .current_page_ancestor > a, nav-menu ul li a:hover{'; $custom_css .='color: '.esc_html($campus_education_first_theme_color).';'; $custom_css .='} }'; } if($campus_education_first_theme_color != false){ $custom_css .=' @media screen and (max-width:1000px){ .nav-menu ul li a:hover{'; $custom_css .='border-left-color: '.esc_html($campus_education_first_theme_color).' !important;'; $custom_css .='} }'; } if($campus_education_second_theme_color != false){ $custom_css .=' input[type="submit"], a.button, #comments a.comment-reply-link:hover, span.page-number,span.page-links-title, .nav-menu ul ul a:hover, .donate-link:hover, #slider, .more-btn a:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .blogbtn a:hover, #footer, .bradcrumbs a , #comments input[type="submit"].submit, .pagination a:hover, .diamond, .diamond1, hr.hr-border {'; $custom_css .='background-color: '.esc_html($campus_education_second_theme_color).';'; $custom_css .='}'; } if($campus_education_second_theme_color != false){ $custom_css .=' p.bold-font, a:hover, .nav-menu a, .social-media i:hover, .logo p, #welcome-campus h2, #welcome-campus h3 a, #welcome-campus p, .description p, .title-box h1, #wrapper h1, .contact-details p, .donate-link a, .logo h1 a, .logo p.site-title a,.post-info span,.post-info i, .blogbtn a, #sidebar h3, span.meta-nav,.tags a:hover, #comments a.comment-reply-link, #footer .copyright p, #footer .copyright p a,.bradcrumbs a:hover{'; $custom_css .='color: '.esc_html($campus_education_second_theme_color).';'; $custom_css .='}'; } if($campus_education_second_theme_color != false){ $custom_css .='#sidebar h3, .pagination span, .pagination a, .donate-link{'; $custom_css .='border-color: '.esc_html($campus_education_second_theme_color).';'; $custom_css .='}'; } // Layout Options $theme_layout = get_theme_mod( 'campus_education_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 .='}'; }