Title: [Plugin: Events Manager] css
Last modified: August 20, 2016

---

# [Plugin: Events Manager] css

 *  Resolved [lotgrafix](https://wordpress.org/support/users/lotgrafix/)
 * (@lotgrafix)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-events-manager-css/)
 * hi, i just want to give you a small tip for ur plugin if u like.
 * it would maybe be cool for most web developers if there were a button to disable
   the css of the plugin.
 * reason: 100% of wp themes has already their css, plugins css just interfere with
   themes structure and the users that are not so advanced in html or wp, prefers
   to uninstall the plugin because of that (i did that a lot of times myself when
   i was a newbie) and if that werent the case, any changes we do to the plugins
   css will be undone when we update, then we have to reconfigure sheet (or delete
   it like i do).
 * [http://wordpress.org/extend/plugins/events-manager/](http://wordpress.org/extend/plugins/events-manager/)

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

 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-events-manager-css/#post-3074654)
 * I thought about this, but the CSS we use is pretty minimal, and pretty much necessary
   for things to look reasonable. We don’t use much if any styling like colors etc.
   and leave that to the themes.
 * If you still want to disable the styles, you can do it this way and add it to
   your functions.php file.
 *     ```
       function my_style_dequeue(){
        dequeue_style('events-manager');
       }
       add_filter('init','my_style_dequeue', 100);
       ```
   
 *  Thread Starter [lotgrafix](https://wordpress.org/support/users/lotgrafix/)
 * (@lotgrafix)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-events-manager-css/#post-3074666)
 * thanks!!!
 *  Thread Starter [lotgrafix](https://wordpress.org/support/users/lotgrafix/)
 * (@lotgrafix)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-events-manager-css/#post-3074667)
 * oh, btw… code didnt work in first instance, its
 * function my_style_dequeue(){
    **wp**_dequeue_style(‘events-manager’); } add_filter(‘
   init’,’my_style_dequeue’,100);
 * **wp** was missing
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-events-manager-css/#post-3074675)
 * yes, good point, here it is again:
 * > function my_style_dequeue(){
   >  wp_dequeue_style(‘events-manager’); } add_filter(‘
   > init’,’my_style_dequeue’, 100);

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

The topic ‘[Plugin: Events Manager] css’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-events-manager-css/#post-3074675)
 * Status: resolved