Title: Frontend CSS broken in Custom Posts
Last modified: August 31, 2016

---

# Frontend CSS broken in Custom Posts

 *  [ImagerieNumerique](https://wordpress.org/support/users/imagerienumerique/)
 * (@imagerienumerique)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/frontend-css-broken-in-custom-posts/)
 * Hi,
 * When using composer in custom posts, CSS properties of any elements are put inside
   class attribute of html tag in frontend, and not in KingComposer.css :
 * `<div class="kc-**** |color:#FFFFFF;">...</div>`
 * Thanks
 * [https://wordpress.org/plugins/kingcomposer/](https://wordpress.org/plugins/kingcomposer/)

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

 *  Plugin Author [king-theme](https://wordpress.org/support/users/kingthemes/)
 * (@kingthemes)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/frontend-css-broken-in-custom-posts/#post-7417338)
 * Hi!
 * Would you let me know which element you are using?
 *  Thread Starter [ImagerieNumerique](https://wordpress.org/support/users/imagerienumerique/)
 * (@imagerienumerique)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/frontend-css-broken-in-custom-posts/#post-7417384)
 * Hi!
    Any! Rows, columns, images…
 * You can see an example [here](http://dev.flexicurity.pro/)
 * Search for kc-css-3615763
 * Thanks !
 *  Plugin Author [king-theme](https://wordpress.org/support/users/kingthemes/)
 * (@kingthemes)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/frontend-css-broken-in-custom-posts/#post-7417405)
 * Hi!
 * It seems to be a conflict of a 3rd party plugin, it has prevented KingComposer’s
   filters.
 * Would you able to list all of your plugins are activated on your site?
 * PS/ I’m questioning SEO plugin has prevented our filters. While waitting your
   response I’ll test with Yoat SEO plugin.
 *  Thread Starter [ImagerieNumerique](https://wordpress.org/support/users/imagerienumerique/)
 * (@imagerienumerique)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/frontend-css-broken-in-custom-posts/#post-7417414)
 * Hi !
 * Thank you for your feed-back.
 * I’m gonna disable every plugins except KC and re-enable them one by one.
    I’ll
   let you know the one causing conflict.
 *  Thread Starter [ImagerieNumerique](https://wordpress.org/support/users/imagerienumerique/)
 * (@imagerienumerique)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/frontend-css-broken-in-custom-posts/#post-7417420)
 * Hi !
 * Well, nothing’s wrong with 3rd party plugin.
 * So I mount a dedicated dev for you with nothing more than a fresh install of 
   wordpress, king composer, and the code I use to create custom posts at the end
   of function.php, and front-end.php calling only custom post content.
 * I send you details to your contact address. Hope that will help you out to find
   what’s going on.
 *  Plugin Author [king-theme](https://wordpress.org/support/users/kingthemes/)
 * (@kingthemes)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/frontend-css-broken-in-custom-posts/#post-7417422)
 * I still don’t receive your email.
 * I think the trouble is in post content.
 * You should use this code in your single post type.
 *     ```
       global $post;
       echo do_shortcode( $post->post_content );
       ```
   

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

The topic ‘Frontend CSS broken in Custom Posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/kingcomposer_747172.svg)
 * [Page Builder: KingComposer - Free Drag and Drop page builder by King-Theme](https://wordpress.org/plugins/kingcomposer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/kingcomposer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/kingcomposer/)
 * [Active Topics](https://wordpress.org/support/plugin/kingcomposer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/kingcomposer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/kingcomposer/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [frontend](https://wordpress.org/support/topic-tag/frontend/)

 * 7 replies
 * 2 participants
 * Last reply from: [king-theme](https://wordpress.org/support/users/kingthemes/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/frontend-css-broken-in-custom-posts/#post-7417422)
 * Status: not resolved