Title: css in footer
Last modified: August 30, 2016

---

# css in footer

 *  Resolved [Frederic Legrand](https://wordpress.org/support/users/fredericlegrand/)
 * (@fredericlegrand)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/css-in-footer/)
 * why r you putting the css in footer?
    can you move it to header instead?
 * [https://wordpress.org/plugins/feedzy-rss-feeds/](https://wordpress.org/plugins/feedzy-rss-feeds/)

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

 *  [Brice Capobianco](https://wordpress.org/support/users/brikou/)
 * (@brikou)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/css-in-footer/#post-6710051)
 * Hi,
    CSS is enqueued only when the shortocde is present within the page content
   or widget areas. That’s why I can only enqueued it when all the page content 
   is loaded. If you want to force CSS enqueueing, you can use the following function:
 *     ```
       function bweb_feedzy_force_style() {
       	wp_enqueue_style( 'feedzy_register_custom_style' );
       }
       add_action( 'wp_enqueue_scripts', 'bweb_feedzy_force_style' );
       remove_action( 'wp_footer', 'feedzy_print_custom_style' );
       ```
   
 * I didn’t tried it, but it should work.
    Cheers,
 *  Thread Starter [Frederic Legrand](https://wordpress.org/support/users/fredericlegrand/)
 * (@fredericlegrand)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/css-in-footer/#post-6710130)
 * perfect
    thanks for fast response

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

The topic ‘css in footer’ is closed to new replies.

 * ![](https://ps.w.org/feedzy-rss-feeds/assets/icon-256x256.gif?rev=3418285)
 * [RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator](https://wordpress.org/plugins/feedzy-rss-feeds/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/feedzy-rss-feeds/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/feedzy-rss-feeds/)
 * [Active Topics](https://wordpress.org/support/plugin/feedzy-rss-feeds/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/feedzy-rss-feeds/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/feedzy-rss-feeds/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Frederic Legrand](https://wordpress.org/support/users/fredericlegrand/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/css-in-footer/#post-6710130)
 * Status: resolved