.home header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part { background: transparent !important; padding: 14px 0 !important; position: absolute !important; } '; } } // Hook the function into the wp_head action add_action('wp_head', 'aster_photography_custom_css'); // Woocommerce Related Products Settings function aster_photography_related_product_css() { $aster_photography_related_product_show_hide = get_theme_mod('aster_photography_related_product_show_hide', true); if ( $aster_photography_related_product_show_hide != true) { ?>