Events Made Easy Forums Bug fixed or feature request implemented Please use enqueue_style for the events_manager.css file

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42621
    Anonymous
    Inactive

    So that I can deregister and overidde it’s styles like this…

    function deregister_styles(){
    wp_deregister_style('events-manager');
    }
    add_action('wp_print_styles','deregister_styles', 100);

    It’s so much easier then adding !important hacks for everything. Thanks.

    #47146
    Franky
    Keymaster

    implemented in trunk. But the easiest is still to use eme.css in your own theme, see:

    http://www.e-dynamics.be/wordpress/?cat=30

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top