Title: wp_dequeue_style
Last modified: August 31, 2016

---

# wp_dequeue_style

 *  Resolved [Giovanni Invernizzi](https://wordpress.org/support/users/giovanni-paperplane/)
 * (@giovanni-paperplane)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wp_dequeue_style/)
 * Hello and thanks for your plugin, it’s very useful, well made and also easy to
   customize css.
    How can i disable loding of content-cards.css ? Is there a way
   using something like this:
 * `wp_dequeue_style('content-cards-css');`
 * Thanks!
 * [https://wordpress.org/plugins/content-cards/](https://wordpress.org/plugins/content-cards/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Stanislav Khromov](https://wordpress.org/support/users/khromov/)
 * (@khromov)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wp_dequeue_style/#post-7291193)
 * Hey giovanni-paperplane,
 * You should be able to do the following:
 *     ```
       add_action('wp_enqueue_scripts', function() {
           wp_dequeue_style('content-cards');
       }, 11);
       ```
   
 * Let me know if you have any issues with the above code!
 * **Edit** Changed hook name.
 *  Thread Starter [Giovanni Invernizzi](https://wordpress.org/support/users/giovanni-paperplane/)
 * (@giovanni-paperplane)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wp_dequeue_style/#post-7291287)
 * Thank you! Works perfectly!
 *  Plugin Author [Stanislav Khromov](https://wordpress.org/support/users/khromov/)
 * (@khromov)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wp_dequeue_style/#post-7291288)
 * Great. Closing this topic!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘wp_dequeue_style’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/content-cards_d57c92.svg)
 * [Content Cards](https://wordpress.org/plugins/content-cards/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/content-cards/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/content-cards/)
 * [Active Topics](https://wordpress.org/support/plugin/content-cards/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/content-cards/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/content-cards/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Stanislav Khromov](https://wordpress.org/support/users/khromov/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/wp_dequeue_style/#post-7291288)
 * Status: resolved