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??

[wpm_post_image id=”1″]


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>';
}

Free Brand-Building Resource

Download Our Free Brand Bio Formula And Craft Your Go-to Business Statement.

This free guide will help you write your Brand Bio in minutes—perfect for your site, socials, and beyond. No fluff. Just clarity.