'; } } add_action( 'wp_head', 'astromag_pingback_header' ); /** * Add color styling from theme */ if ( get_theme_mod( 'fixed_nav_setting' ) === 'yes' ) { function astromag_custom_styles() { wp_enqueue_style( 'custom-style', get_template_directory_uri() . '/assets/css/custom.css' ); $custom_css = " .header-type { position: fixed !important; z-index: 9; width: 100%; } "; wp_add_inline_style( 'astromag-customcss', $custom_css ); } add_action( 'wp_enqueue_scripts', 'astromag_custom_styles' ); }