Add short description to Related Product and New Products

This topic has 2 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Stan Russell

  • Avatar: beckers
    beckers
    Participant
    December 9, 2015 at 22:10

    Hi Guys
    Is it possible to add the Woocommerce short description below the title on the Related Products area and the new Products area?

    I think the code is…

    “<?php echo apply_filters( ‘woocommerce_short_description’, $post->post_excerpt ) ?>

    but I don’t know where to add it.

    1 Answer
    Avatar: stan
    Stan Russell
    Participant
    December 10, 2015 at 09:35

    Hello beckers,

    please add following css code to your Custom CSS:

     .slide-item .product .product-excerpt {
        display: block;
    }

    Regards,
    Stan Russell.

  • Viewing 2 results - 1 through 2 (of 2 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.