Title: Empty STYLE in header?
Last modified: October 14, 2021

---

# Empty STYLE in header?

 *  [Newzic](https://wordpress.org/support/users/newzic/)
 * (@newzic)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/empty-in-header/)
 * Hello,
 * I see an empty <style> in header since I actived Clearfy.
    All my styles are 
   enqueue in functions.php
 * Is there an option somewhere in the plugin that I missed to remove this empty
   <style>?
 *     ```
       <meta name="viewport" content="width=device-width, initial-scale=1.0">
       <style type='text/css'></style>
       <title>My title...</title>
       ```
   
 * Code in my header.php (there is no <style>):
 *     ```
       <!doctype html>
       <html <?php language_attributes(); ?>>
       <head>
       <meta charset="<?php bloginfo('charset');  ?>" />
       <title><?php bloginfo('name'); ?> - <?php bloginfo('description'); ?></title>
       <?php wp_head(); ?>
       </head>
       ```
   
    -  This topic was modified 4 years, 7 months ago by [Newzic](https://wordpress.org/support/users/newzic/).
    -  This topic was modified 4 years, 7 months ago by [Newzic](https://wordpress.org/support/users/newzic/).
    -  This topic was modified 4 years, 7 months ago by [Newzic](https://wordpress.org/support/users/newzic/).

Viewing 1 replies (of 1 total)

 *  [Temyk](https://wordpress.org/support/users/webtemyk/)
 * (@webtemyk)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/empty-in-header/#post-14972290)
 * Hello.
 * Perhaps it’s the option to combine the built-in CSS

Viewing 1 replies (of 1 total)

The topic ‘Empty STYLE in header?’ is closed to new replies.

 * ![](https://ps.w.org/clearfy/assets/icon-256x256.gif?rev=2392119)
 * [Clearfy Cache – WordPress optimization plugin, Minify HTML, CSS & JS, Defer](https://wordpress.org/plugins/clearfy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/clearfy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/clearfy/)
 * [Active Topics](https://wordpress.org/support/plugin/clearfy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/clearfy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/clearfy/reviews/)

## Tags

 * [empty](https://wordpress.org/support/topic-tag/empty/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [style](https://wordpress.org/support/topic-tag/style/)

 * 1 reply
 * 2 participants
 * Last reply from: [Temyk](https://wordpress.org/support/users/webtemyk/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/empty-in-header/#post-14972290)
 * Status: not resolved