Hide short product description
-
I added a single product page element to my store homepage and I now need to hide the short product description on the homepage of my store. I have tried this code:
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20);
but that just hides the short product description across the entire store.I will appreciate any snippet or CSS code that will fix this
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hide short product description’ is closed to new replies.