Title: Custom stylesheet not loading?
Last modified: July 27, 2017

---

# Custom stylesheet not loading?

 *  [nicknoop](https://wordpress.org/support/users/nicknoop/)
 * (@nicknoop)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/custom-stylesheet-not-loading/)
 * Hello,
    Having trouble figuring out why custom stylesheet not loading on posts
   and custom post types, appreciate any help. No problem getting the custom css
   box to appear for posts and custom post types. After entering css on a particular
   post it does not load stylesheet. If I apply styles to the whole site from the
   plugin ‘settings’ these get applied ok. Issue only with css on individual posts
   and custom post types. Have tried deleting and reinstalling plugin, I have the
   plugin installed on other sites which are working ok. Any ideas where I could
   be going wrong?? Feels like I missing something simple… Working locally so difficult
   to share more. Thanks!

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

 *  Plugin Author [Daniele De Santis](https://wordpress.org/support/users/danieledesantis/)
 * (@danieledesantis)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/custom-stylesheet-not-loading/#post-9360141)
 * Hello,
    have you checked your page source to see if there’s a <style> block with
   your css rules your document head?
 *  Thread Starter [nicknoop](https://wordpress.org/support/users/nicknoop/)
 * (@nicknoop)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/custom-stylesheet-not-loading/#post-9363572)
 * Hi Daniele,
    Thanks for your reply! Yes, I have checked page source via Chrome
   dev tools. Here is a pic of files loading in doc head: ⌊stylesheets in doc head⌉
   Here is pic of network tab: ⌊network tab⌉
    -  This reply was modified 8 years, 10 months ago by [nicknoop](https://wordpress.org/support/users/nicknoop/).
 *  Thread Starter [nicknoop](https://wordpress.org/support/users/nicknoop/)
 * (@nicknoop)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/custom-stylesheet-not-loading/#post-9363574)
 * Here is pic which illustrates the issue:
    ⌊issue illustration⌉
 *  Plugin Author [Daniele De Santis](https://wordpress.org/support/users/danieledesantis/)
 * (@danieledesantis)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/custom-stylesheet-not-loading/#post-9391708)
 * Hi,
    css added using the metabox on post/page/custom-post-type is not applied
   using a stylesheet, but a
 *     ```
       <style>
       .. your css yere
       </style>
       ```
   
 * block in the <head> of the document.
 * The stylesheet with id “wp-add-custom-css-css” is used only for css rules added
   in the plugin settings page.
 * In your screenshot I can’t see the full content of your <head>, could you provide
   one where all the content is visible?
 * Thanks,
    Daniele

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

The topic ‘Custom stylesheet not loading?’ is closed to new replies.

 * ![](https://ps.w.org/wp-add-custom-css/assets/icon-256x256.png?rev=1001727)
 * [WP Add Custom CSS](https://wordpress.org/plugins/wp-add-custom-css/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-add-custom-css/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-add-custom-css/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-add-custom-css/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-add-custom-css/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-add-custom-css/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Daniele De Santis](https://wordpress.org/support/users/danieledesantis/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/custom-stylesheet-not-loading/#post-9391708)
 * Status: not resolved