Title: CSS in admin area doesn&#8217;t work
Last modified: October 4, 2020

---

# CSS in admin area doesn’t work

 *  Resolved [lieska](https://wordpress.org/support/users/lieska/)
 * (@lieska)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/css-in-admin-area-doesnt-work/)
 * Hi, FYI the CSS is added only to frontend of the site, not in backend/admin area.
   If I want to modify backend css, this plugin is not for it at the moment. Otherwise
   it’s very handy, I use it and like it very much!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * (@bungeshea)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/css-in-admin-area-doesnt-work/#post-13492113)
 * This plugin most certainly can add CSS to the admin area, but you need to use
   the correct snippet for it to do so. The provided sample CSS snippet is only 
   intended to work on the site front-end. To add CSS to the admin area, you can
   do something like this:
 *     ```
       add_action( 'admin_head', function () { ?>
       <style>
   
       /* css code goes here */
   
       </style>
       <?php } );
       ```
   
 *  Thread Starter [lieska](https://wordpress.org/support/users/lieska/)
 * (@lieska)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/css-in-admin-area-doesnt-work/#post-13492120)
 * Thank you for clearing this up!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS in admin area doesn’t work’ is closed to new replies.

 * ![](https://ps.w.org/code-snippets/assets/icon.svg?rev=2148878)
 * [Code Snippets](https://wordpress.org/plugins/code-snippets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/code-snippets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/code-snippets/)
 * [Active Topics](https://wordpress.org/support/plugin/code-snippets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/code-snippets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/code-snippets/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [lieska](https://wordpress.org/support/users/lieska/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/css-in-admin-area-doesnt-work/#post-13492120)
 * Status: resolved