Home Forums WoodMart support forum remove product short description from item loop

remove product short description from item loop

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #48730

    pathomphong
    Participant

    Hi
    I need your help I try to search topic before I ask you but I don’t see it.
    I want to remove product short description from item loop in shop page.
    I try to remove_action but nothing happen

    remove_action( 'woocommerce_shop_loop_item_title', 'woocommerce_template_single_excerpt',20 );
    remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_single_excerpt',20 );

    May be I do some thing wrong.Could you help me tell me how to remove it

    Many Thank

    Attachments:
    You must be logged in to view attached files.
    #48735

    Artem Temos
    Keymaster

    Hi,

    Try to edit the file woodmart/woocommerce/content-product-base.php and remove this piece of code http://prntscr.com/iw6y2y

    Regards

    #48746

    pathomphong
    Participant

    Hi
    It’s gone now

    Many thank for your support

    Attachments:
    You must be logged in to view attached files.
    #48748

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)