Short description Detail, single product… delet

This topic has 4 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Robert Hall

  • Avatar: Henk1060
    Henk1060
    Participant
    March 27, 2015 at 15:10

    Hello,

    In the template content-single-product.php
    I have this code

    <?php
    			       /**
                                     * woocommerce_single_product_summary hook
    				 *
                                     * @hooked woocommerce_template_single_excerpt - 20
    			         * @hooked woocommerce_template_single_rating - 10
    				 * @hooked woocommerce_template_single_price - 10
    				 * @hooked woocommerce_template_single_excerpt - 20
    				 */
                                     do_action( 'woocommerce_single_product_summary' );
    			?>
    


    Which php or hook file I need to change that I can remove these brief description.

    Thank you for the help from Austria

    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 27, 2015 at 15:13

    Hello,

    The better way will be hide these short descriptions. You can add this code in custom.css file

    .single-product .short-description{
    display:none;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: Henk1060
    Henk1060
    Participant
    March 27, 2015 at 15:21

    Thanks it´s quick and easy ;)))

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 27, 2015 at 15:25

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.