Title: Missing Styles
Last modified: September 13, 2017

---

# Missing Styles

 *  Resolved [stevenatsalt](https://wordpress.org/support/users/stevenatsalt/)
 * (@stevenatsalt)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/missing-styles-3/)
 * I’ve got a contact plugin installed called vfb-pro, I style it myself so I include
   in the functions.php file “wp_deregister_style(‘vfb-pro’);”
    but I’m getting 
   a Missing style warning on every page, any chance to ignore this? Or am I missing
   something?
 * Thanks!

Viewing 1 replies (of 1 total)

 *  Plugin Author [John Blackbourn](https://wordpress.org/support/users/johnbillion/)
 * (@johnbillion)
 * WordPress Core Developer
 * [8 years, 6 months ago](https://wordpress.org/support/topic/missing-styles-3/#post-9497908)
 * If you’re deregistering a style which is a dependency of another then you’ll 
   get an error, because you’re breaking the dependency system.
 * There’s not really a great way to deal with this. You could re-register the style
   with the same name and a `src` of `1` (which is a hack), or just ignore the error
   if you know what you’re doing.
 * Otherwise I’d try opening a thread on the main support forums.

Viewing 1 replies (of 1 total)

The topic ‘Missing Styles’ is closed to new replies.

 * ![](https://ps.w.org/query-monitor/assets/icon.svg?rev=2994095)
 * [Query Monitor](https://wordpress.org/plugins/query-monitor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/query-monitor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/query-monitor/)
 * [Active Topics](https://wordpress.org/support/plugin/query-monitor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/query-monitor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/query-monitor/reviews/)

## Tags

 * [missing styles](https://wordpress.org/support/topic-tag/missing-styles/)

 * 1 reply
 * 2 participants
 * Last reply from: [John Blackbourn](https://wordpress.org/support/users/johnbillion/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/missing-styles-3/#post-9497908)
 * Status: resolved