Hi,
How to remove the link of Category in the code, I just want to keep the text without link, not css hide
Hi yundian,
Please add this php code in your child theme’s functions.php file:
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 );
Best regards,
Nikko
it worked, thanks, also how to remove the twice description in the product page? not css
Hi yundian,
Please try adding PHP code in your child theme’s functions.php:
add_filter( 'woocommerce_product_description_heading', '__return_null' );
Best regards,
Nikko
Thanks, please close it.
Also, please have a look at my another post: https://kriesi.at/support/topic/how-to-remove-top-in-menu-link/
No body reply still now :(
Hi yundian,
You’re welcome :)
We’ll be checking on your other thread.
Thanks for using Enfold and have a great weekend!
Best regards,
Nikko