Home Forums WoodMart support forum Hide Woocommerce breadcrumb

Hide Woocommerce breadcrumb

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #510942

    mwick
    Participant

    Hi,

    If you go all the way to the bottom, its showing a breadcrumb, how do I hide this specific breadcrumb?

    • This topic was modified 1 year, 1 month ago by mwick.
    #510944

    mwick
    Participant

    I tried this;

    add_filter( ‘woocommerce_before_main_content’, ‘remove_breadcrumbs’);
    function remove_breadcrumbs() {
    if ( is_product_category(‘gezondheid-schoonheid’) ) {
    remove_action( ‘woocommerce_before_main_content’,’woocommerce_breadcrumb’, 20, 0);
    }
    }

    But its not working.

    #511086

    Hello,

    Please add this code to the Theme Settings > Custom CSS:

    .woocommerce-breadcrumb {
    display: none;
    }

    Best Regards.

    #511203

    mwick
    Participant

    Hi,

    Thanks for your anwser

    And for a specific category?

    #511315

    Hello,

    Breadcrumbs are the functionality of Woocommerce and our theme doesn’t influence this feature, our theme has the option to hide but not to change. Please try to search for a plugin that may change the breadcrumbs.

    Best Regards

Viewing 5 posts - 1 through 5 (of 5 total)