• Resolved polyfade

    (@polyfade)


    I need to conditionally call the styles since they aren’t being used on every page.

    I tried:

    
    wp_dequeue_style('amr-ical-events-list');
    wp_dequeue_style('amr-ical-events-list_print');
    wp_dequeue_style('amr_ical_events_style');
    

    But none of these work.

    icallist2017.css and icalprint.css are still loading.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do you deregister this plugin’s styles?’ is closed to new replies.