'; } } add_action( 'wp_head', 'abdum_pingback_header' ); /** * Add color styling from theme */ if ( is_user_logged_in() ) { function abdum_custom_styles() { wp_enqueue_style( 'custom-style', get_template_directory_uri() . '/assets/css/custom.css' ); $custom_css = " .search-box.searchmod{ top: 94px; } @media only screen and (max-width: 782px) { .search-box.searchmod{ top: 107px; } } "; wp_add_inline_style( 'abdum-customcss', $custom_css ); } add_action( 'wp_enqueue_scripts', 'abdum_custom_styles' ); }