Admin PanelAdd custom CSS in the Admin dashboard Add custom CSS in the WordPress admin head. Add the CSS code between the style tags. add_action( 'admin_head', function() { ?> <style> </style> <?php } ); Previous Post Change "Add to cart" text Next Post Move admin bar to the bottom