Title: Admin Theme Issue
Last modified: August 19, 2016

---

# Admin Theme Issue

 *  [fendeanson](https://wordpress.org/support/users/fendeanson/)
 * (@fendeanson)
 * [16 years ago](https://wordpress.org/support/topic/admin-theme-issue/)
 * I’m trying to create an admin theme. I want it to only look at my style sheet
   and ignore the default WordPress one. I read the codex and it seems that this
   the necessary code, but when I activate the plugin, nothing happens. Am I missing
   something?
 *     ```
       <?php
       /*
       Plugin Header up here.
       */
   
       function my_wp_admin_css() {
         echo '<link rel="stylesheet" href="/wp-content/plugins/admin-test/wp-admin.css" type="text/css" />';
       }
   
       add_action('wp_admin_css','my_wp_admin_css');
   
       ?>
       ```
   

The topic ‘Admin Theme Issue’ is closed to new replies.

## Tags

 * [admin-theme](https://wordpress.org/support/topic-tag/admin-theme/)

 * 0 replies
 * 1 participant
 * Last reply from: [fendeanson](https://wordpress.org/support/users/fendeanson/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/admin-theme-issue/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
