Title: dequeue CSS call
Last modified: October 18, 2019

---

# dequeue CSS call

 *  [treeflips](https://wordpress.org/support/users/treeflips/)
 * (@treeflips)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/dequeue-css-call/)
 * Just speed-optimizing a client site. Any way to dequeue the CSS call? I figure
   to add the CSS manually into the theme custom CSS.

Viewing 1 replies (of 1 total)

 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/dequeue-css-call/#post-12049274)
 * Hi [@treeflips](https://wordpress.org/support/users/treeflips/),
    try with a 
   functions like this:
 *     ```
       add_action( 'wp_enqueue_scripts', 'remove_plugin_css', 99 );
   
       function remove_plugin_css() {
       	wp_dequeue_style( 'ywsl_frontend' );
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘dequeue CSS call’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yith-woocommerce-social-login_c899b9.
   svg)
 * [YITH WooCommerce Social Login](https://wordpress.org/plugins/yith-woocommerce-social-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-social-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-social-login/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-social-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-social-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-social-login/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/dequeue-css-call/#post-12049274)
 * Status: not resolved