- This topic has 1 reply, 2 voices, and was last updated 1 month, 2 weeks ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Why do we see the tree structure of the pages in the woocommerce pages like this :
“Home / Clothing / Hoodies”
Is it possible to remove it in a future update?
The breadcrumb trail (“tree structure”) is part of the WooCommerce plugin as standard.
Azuma Pro has an option to remove this, as well as other extra shop customization options.
If you don’t want to upgrade to Azuma Pro, you can hide the WooCommerce breadcrumbs with this ‘Additional CSS’:
.woocommerce .woocommerce-breadcrumb {
display: none;
}