.home header.site-header { position: static; background: #000000; } '; } } // Hook the function into the wp_head action add_action('wp_head', 'bridal_jewelry_store_custom_css'); function bridal_jewelry_store_enqueue_selected_fonts() { $bridal_jewelry_store_fonts_url = bridal_jewelry_store_get_fonts_url(); if (!empty($bridal_jewelry_store_fonts_url)) { wp_enqueue_style('bridal-jewelry-store-google-fonts', $bridal_jewelry_store_fonts_url, array(), null); } } add_action('wp_enqueue_scripts', 'bridal_jewelry_store_enqueue_selected_fonts'); function bridal_jewelry_store_layout_customizer_css() { $bridal_jewelry_store_margin = get_theme_mod('bridal_jewelry_store_layout_width_margin', 50); ?>