How to Add CSS to Admin Page WordPress

It is quite easy to add CSS to admin page WordPress. All you need to get access to your functions.php file. Add put the following code in there and you are good. Plain simple huh??

How to Add CSS to Admin Page WordPress


add_action('admin_head', 'my_custom_admin_page_css');
function my_custom_admin_page_css() {
echo '<style>
/* Your CSS will go here */
body{
font-size: 15px;
}
</style>';
}

Recent Posts

WORDPRESS WEBSITE MANAGEMENT SERVICES

Imagine an all in one service that completely does away with the need of a costly $2,000+/month webmaster! Simple & affordable pricing for all of your website needs​Â