Title: dequeue Plugin frontend style
Last modified: December 24, 2022

---

# dequeue Plugin frontend style

 *  Resolved [ibrar505](https://wordpress.org/support/users/ibrar505/)
 * (@ibrar505)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/dequeue-plugin-frontend-style/)
 * I would like to remove frontend styling and used the following but it is not 
   somehow removing it. can you tell me if the id is right or doing something wrong
   here
 *     ```wp-block-code
       add_action( 'wp_enqueue_scripts', 'remove_default_stylesheet', 20 );
       function remove_default_stylesheet() {
   
       wp_dequeue_style( 'awwlm-frontend-css' );
       wp_deregister_style( 'awwlm-frontend-css' );
   
       }
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Support [Sanesh Acowebs](https://wordpress.org/support/users/saneshacodez/)
 * (@saneshacodez)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/dequeue-plugin-frontend-style/#post-16319699)
 * You can use the following to remove frontend CSS file from our plugin:
 *     ```wp-block-code
       add_action( 'wp_enqueue_scripts', 'remove_default_stylesheet', 20 );
       function remove_default_stylesheet() {
   
       wp_dequeue_style( 'awwlm-frontend' );
   
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘dequeue Plugin frontend style’ is closed to new replies.

 * ![](https://ps.w.org/aco-wishlist-for-woocommerce/assets/icon-256x256.gif?rev
   =3327921)
 * [Wishlist and Save for later for Woocommerce](https://wordpress.org/plugins/aco-wishlist-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/aco-wishlist-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/aco-wishlist-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/aco-wishlist-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/aco-wishlist-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/aco-wishlist-for-woocommerce/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Sanesh Acowebs](https://wordpress.org/support/users/saneshacodez/)
 * Last activity: [3 years, 5 months ago](https://wordpress.org/support/topic/dequeue-plugin-frontend-style/#post-16319699)
 * Status: resolved