Title: Dequeue icon stylesheet
Last modified: February 24, 2022

---

# Dequeue icon stylesheet

 *  Resolved [SottoVoce](https://wordpress.org/support/users/sottovoce/)
 * (@sottovoce)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/dequeue-icon-stylesheet/)
 * Hi, is there a way to dequeue `fonts/genericons/genericons.css`?
 * I am not using it and I would like not to load the stylesheet in the frontend
 * I tried to use `wp_dequeue_style` in `functions.php`, but since it is registered
   without the `$handle` parameter, I was unsuccessful.
 * I could comment out the corresponding file within the plugin, but I’d like it
   not to be overwritten when it’s updated.
 * Many thanks

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

 *  Plugin Author [wpo-HR](https://wordpress.org/support/users/wpo-hr/)
 * (@wpo-hr)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/dequeue-icon-stylesheet/#post-15401430)
 * Hi,
    I am not sure what you mean by ‘registered without $handle parameter’? The
   $handle parameter is a **requiried **parameter for wp_enqueue_style, it can’t
   be missing. By the way, this plugin is very stable. Therefore it has not many
   updates. The last update was end of 2018. Best regards, Harald
 *  Thread Starter [SottoVoce](https://wordpress.org/support/users/sottovoce/)
 * (@sottovoce)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/dequeue-icon-stylesheet/#post-15403876)
 * [@wpo-hr](https://wordpress.org/support/users/wpo-hr/) Sorry, my bad. `wp_dequeue_style('
   ngg-smart-image-search-genericons');` did the trick.
    Great plugin by the way.
   Regards

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

The topic ‘Dequeue icon stylesheet’ is closed to new replies.

 * ![](https://ps.w.org/ngg-smart-image-search/assets/icon-256x256.jpg?rev=1590448)
 * [NGG Smart Image Search](https://wordpress.org/plugins/ngg-smart-image-search/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ngg-smart-image-search/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ngg-smart-image-search/)
 * [Active Topics](https://wordpress.org/support/plugin/ngg-smart-image-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ngg-smart-image-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ngg-smart-image-search/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [dequeue](https://wordpress.org/support/topic-tag/dequeue/)
 * [icons](https://wordpress.org/support/topic-tag/icons/)
 * [Stylesheet](https://wordpress.org/support/topic-tag/stylesheet/)

 * 2 replies
 * 2 participants
 * Last reply from: [SottoVoce](https://wordpress.org/support/users/sottovoce/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/dequeue-icon-stylesheet/#post-15403876)
 * Status: resolved