Title: Remove all &quot;Base Elements&quot;
Last modified: August 31, 2016

---

# Remove all "Base Elements"

 *  Resolved [yanick64](https://wordpress.org/support/users/yanick64/)
 * (@yanick64)
 * [10 years ago](https://wordpress.org/support/topic/remove-all-base-elements/)
 * Hi,
 * First of all I want to say that KingComposer is an awesome plugin and I am really
   liking it.
    Though, I got one question, is it possible to remove all the “Base
   Elements” easily?
 * I like to hear from you.
 * Kind regards,
    Yanick
 * [https://wordpress.org/plugins/kingcomposer/](https://wordpress.org/plugins/kingcomposer/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [king-theme](https://wordpress.org/support/users/kingthemes/)
 * (@kingthemes)
 * [10 years ago](https://wordpress.org/support/topic/remove-all-base-elements/#post-7363747)
 * Hi Yanick!
 * Yes, you can do that by adding this code bellow in your theme file function.php.
 *     ```
       add_action('init', 'your_init');
   
       function your_init(){
   
         global $kc;
   
         if( isset( $kc ) ){ // make sure that the KC plugin is actived
           $kc->remove_map('kc_row_inner');
           $kc->remove_map('kc_box');
           // ...etc
         }
   
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Remove all "Base Elements"’ 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

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

 * 1 reply
 * 2 participants
 * Last reply from: [king-theme](https://wordpress.org/support/users/kingthemes/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/remove-all-base-elements/#post-7363747)
 * Status: resolved