Custom CSS for Wordpress Admin area

// Custom CSS for the whole admin area // Add to functions.php // Create wp-admin.css in your theme folder function wpfme_adminCSS() { echo '<link rel="stylesheet" type="text/css" href="'.get_bloginfo('stylesheet_directory').'/wp-admin.css"/>'; } add_action('admin_head', 'wpfme_adminCSS');

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.