B
B
BoomLay2022-01-25 12:40:05
WooCommerce
BoomLay, 2022-01-25 12:40:05

How to hide directory tree in woocommerce?

How to remove the display of the catalog path in the product card?
61efc590f334a858191224.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Litvinenko, 2022-01-25
@BoomLay

if ( is_product() ) {
  remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20 );
}

provided that it has not yet been moved with hooks, because it is on your screen in the wrong place

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question