.home header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part { background: var(--primary-color) !important; position: relative !important; } '; } } // Hook the function into the wp_head action add_action('wp_head', 'aster_startup_custom_css'); // Woocommerce Related Products Settings function aster_startup_related_product_css() { $aster_startup_related_product_show_hide = get_theme_mod('aster_startup_related_product_show_hide', true); if ( $aster_startup_related_product_show_hide != true) { ?>