Custom CSS for Wordpress Admin area

Alan Ashbaugh 1st of June 2012

// 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');
277
Views
0
Comments
1
Downloads
Comments
Only Code Pad members can post comments!

Want to join Code Pad Request An Invite
    No Comments Posted

Suppo - Create, Customize & Host
Your App Support Page at Suppo

Snippet Details

Keyboard Shortcuts

DDownload

TTweet

FFull View

Next Snippet

Previous Snippet