Title: [Plugin: WP-Infobox] Great!!
Last modified: August 19, 2016

---

# [Plugin: WP-Infobox] Great!!

 *  [ThorHammer](https://wordpress.org/support/users/thorhammer/)
 * (@thorhammer)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-infobox-great/)
 * Just wanted to say: Thank you for this excellent plugin! Is it possible to override
   the styles in the infobox?
 * [http://wordpress.org/extend/plugins/wp-infobox/](http://wordpress.org/extend/plugins/wp-infobox/)

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

 *  [windyjonas](https://wordpress.org/support/users/windyjonas/)
 * (@windyjonas)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-infobox-great/#post-1528318)
 * Thanks!
 * Unfortunately, there is no simple way to override the styles. I will change this
   so that you can drop a css-file in your theme that overrides the plugin css. 
   Maybe also an option to totally disable the plugin css.
 * Until then, you can either hack the plugin css file directly (NOT recommended),
   or add this to your functions.php:
 *     ```
       add_action( 'wp_print_styles', 'my_deregister_styles', 100 );
   
       function my_deregister_styles() {
       	wp_deregister_style( 'wp-infobox-styles' );
       	// deregister as many stylesheets as you need...
       }
       ```
   
 * This will remove the plugin css, and you can make your own customisations in 
   styles.css.
 *  Thread Starter [ThorHammer](https://wordpress.org/support/users/thorhammer/)
 * (@thorhammer)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-infobox-great/#post-1528320)
 * Thanks, I will try it! keep up the good work, this is actually a really needed
   plugin!

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

The topic ‘[Plugin: WP-Infobox] Great!!’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [ThorHammer](https://wordpress.org/support/users/thorhammer/)
 * Last activity: [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-infobox-great/#post-1528320)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
