Title: Add style to wordpress plugin
Last modified: August 21, 2016

---

# Add style to wordpress plugin

 *  [girll](https://wordpress.org/support/users/girll/)
 * (@girll)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/add-style-to-wordpress-plugin/)
 * Hi all.
 * I have such a problem.
    I have a wordpress project where I have a few plugins
   that add menus to admin panel. Now I want to add styles to that plugins.
 * in my plugin’s index.php file I write
 *     ```
       function my_admin_theme_style() {
           wp_enqueue_style('my-admin-theme', plugins_url('style.css', __FILE__));
       }
       add_action('admin_enqueue_style', 'my_admin_theme_style');
       ```
   
 * But this adds style.css’s style on every admin-page, but I need to add only on
   that one menu page that this plugin creates.
 * How to do it?
    Thanks.

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

 *  [gr8whitenorth](https://wordpress.org/support/users/gr8whitenorth/)
 * (@gr8whitenorth)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/add-style-to-wordpress-plugin/#post-3894725)
 * You can’t modify theme style and affect a plugin. I would do a search for plugin
   css, or edit the plugin css directly.
 *  Thread Starter [girll](https://wordpress.org/support/users/girll/)
 * (@girll)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/add-style-to-wordpress-plugin/#post-3894728)
 * OK, I did it. Thanks for reply.

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

The topic ‘Add style to wordpress plugin’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [girll](https://wordpress.org/support/users/girll/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/add-style-to-wordpress-plugin/#post-3894728)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
