remove product short description from item loop
-
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.
Hi,
Try to edit the file woodmart/woocommerce/content-product-base.php
and remove this piece of code http://prntscr.com/iw6y2y
Regards
Hi
It’s gone now
Many thank for your support
Attachments:
You must be
logged in to view attached files.