Hello again,
I would like to remove the breadcrumbs from woocommerce shop an product pages.
Thank you
Hello again,
I would like to remove the breadcrumbs from woocommerce shop an product pages.
Thank you
I found the solution
For people that are interested to use add this code to functions.php
add_action( 'init', 'jk_remove_wc_breadcrumbs' );
function jk_remove_wc_breadcrumbs() {
remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0 );
}
Awesome great to see you got that found and thanks for sharing it in the forum.
Please advise if you have more questions.
Have a fantastic day!