Home Forums Azuma Tree Structure on woocommerce pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12849
    stefpiano
    Participant

    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?

     

     

    • This topic was modified 3 years, 4 months ago by stefpiano.
    #12854
    Andy
    Keymaster

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Tree Structure on woocommerce pages’ is closed to new replies.