• Hi there,

    I’d like to dequeue the default .css of your plugin.

    I need to include it in the main .css file for better performances.

    I tried

    wp_dequeue_style( 'ris-slider-css' );

    but it doesn’t work.

    Any hint? Thanks a lot,

    Simone

Viewing 1 replies (of 1 total)
  • Hello semikola,
    for this you can follow the below steps-
    1) Open the file “ultimate-responsive-image-slider.php” from the plugin folder.
    2) On line no. 114, you can block the css by commenting it as shown below-
    //wp_enqueue_style('ris-slider-css', WRIS_PLUGIN_URL.'css/slider-pro.css');
    3) save the file.
    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Dequeue plugin CSS’ is closed to new replies.