Categories

Featured templates

WooCommerce. How to remove “product description” text

Ryan DeWitt April 23, 2015
Rating: 5.0/5. From 5 votes.
Please wait...
WooCommerce. How to remove “product description” text

This tutorial shows how to remove "Product description" title in WooCommerce store.

Woocommerce - remove text product description-1
  1. Open admin section, go to Appearance -> Editor. Open custom-function.php file:

    Woocommerce - remove text product description-2
  2. Add the following filter before closing php tag:

    add_filter( 'woocommerce_product_description_heading', 'remove_product_description_heading' );
    function remove_product_description_heading() {
    return '';
    }
  3. Save changes you have performed in the file:

    Woocommerce - remove text product description-3
  4. Refresh the page. We have removed title "Product description":

    Woocommerce - remove text product description-4

Feel free to check the detailed video tutorial below:

WooCommerce. How to remove “product description” text
This entry was posted in WooCommerce Tutorials and tagged product, text, WooCommerce. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket