Title: Remove description inside tab
Last modified: August 21, 2016

---

# Remove description inside tab

 *  Resolved [mojodesign](https://wordpress.org/support/users/mojodesign/)
 * (@mojodesign)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-description-inside-tab/)
 * I’m using _WP 3.5.2_ with a _WooTheme_ and _Woocommerce 1.6.6._ (because that’s
   the only version of Woocommerce that’s compatible with the theme).
 * I installed your plugin a few minutes ago, and already made a successful tweak,
   to get 2 tabs…actually works! 😉
 * However, I also managed to [delete/remove](http://eliteeternity.com/remove-product-description-headingtitle-woocommerce/)
   the description inside the original wordpress-tab, through the file “_description.
   php_” in /wp-content/plugins/woocommerce/templates/single-product/tabs/, but 
   not inside _your_ **the custom-products-tab-lite**…
 * How do I do that?
 * Check out the tabs on my website: [TABS](http://mojodesign.se/produkt/eddie-v/)
   (
   it’s in Swedish though…hope you understand anyways…)

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

 *  Plugin Author [SkyVerge](https://wordpress.org/support/users/skyverge/)
 * (@skyverge)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-description-inside-tab/#post-3976402)
 * Hey mojodesign, you’d want to add something like the following to your theme’s
   functions.php file:
 *     ```
       add_filter( 'woocommerce_custom_product_tabs_lite_heading', 'wc_custom_product_tabs_lite_remove_heading' );
       function wc_custom_product_tabs_lite_remove_heading( $heading ) {
           return '';
       }
       ```
   
 * Hope this helps!
 * — Justin
 *  Thread Starter [mojodesign](https://wordpress.org/support/users/mojodesign/)
 * (@mojodesign)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-description-inside-tab/#post-3976403)
 * Thanks!
    I’m gonna try that…as soon as I get my site working again…deleted Super
   Cache, and now the site is gone!!! 🙁
 *  Thread Starter [mojodesign](https://wordpress.org/support/users/mojodesign/)
 * (@mojodesign)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-description-inside-tab/#post-3976464)
 * Well it worked for ONE of the 2 extra tabs I’ve got…
    How do I remove for all
   tabs?

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

The topic ‘Remove description inside tab’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-custom-product-tabs-lite/assets/icon-256x256.
   png?rev=2436787)
 * [Custom Product Tabs Lite for WooCommerce](https://wordpress.org/plugins/woocommerce-custom-product-tabs-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-custom-product-tabs-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-custom-product-tabs-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-custom-product-tabs-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-custom-product-tabs-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-custom-product-tabs-lite/reviews/)

## Tags

 * [delete](https://wordpress.org/support/topic-tag/delete/)
 * [description](https://wordpress.org/support/topic-tag/description/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)
 * [tab](https://wordpress.org/support/topic-tag/tab/)
 * [text](https://wordpress.org/support/topic-tag/text/)
 * [title](https://wordpress.org/support/topic-tag/title/)

 * 3 replies
 * 2 participants
 * Last reply from: [mojodesign](https://wordpress.org/support/users/mojodesign/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/remove-description-inside-tab/#post-3976464)
 * Status: resolved