a, .main-menu ul li:hover>a{ color : ". $aroid_primary_color."; }"; } //Logo Width if (!empty($aroid_logo_width)) { $custom_css .= " .header-1 .head_one .logo{ max-width : ". $aroid_logo_width."px; }"; } //Header Overlay if (!empty($aroid_header_overlay)) { $custom_css .= " .header-image:before { background-color : ". $aroid_header_overlay."; }"; } //Header Tranparent if (!empty($aroid_header_transparent)) { $custom_css .= " .header-image:before { opacity : ". $aroid_header_transparent."; }"; } //Header Min Height if (!empty($aroid_header_min_height)) { $custom_css .= " .header-1 .header-image .head_one { min-height : ". $aroid_header_min_height."px; }"; } wp_add_inline_style('aroid-style', $custom_css); } endif; add_action('wp_enqueue_scripts', 'aroid_dynamic_css', 99);