• would like to use the product short description on my “All products” page only. I don’t want the short product description to show on the product page itself.

    Can someone give me some code (and tell me where to insert it) to delete or not display the Product Short Description on the product pages?

    I tried the following in the Custom CSS box of the theme options:

    /* Dont display product short description on the product page*/
    .single-product .summary div[itemprop=”description”] {
    text-align: -9999px;
    }

    but it did not work.

    http://wordpress.org/extend/plugins/woocommerce/

  • The topic ‘How to delete "product short description" from product pages?’ is closed to new replies.