Home Forums WoodMart support forum breadcrumb

breadcrumb

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #459144

    supergap
    Participant

    Hi,
    at the moment I have no breadcrumb for pages, and I have a bredcrumb in woocommerce pages (products..).
    I would like to have a breadcrumb (the theme one) if is possible under the header, and remove the breadcrumb in every single product page.
    Is it possible? I can’t find this option.

    many thanks

    #459225

    Hi,

    You can find the breadcrumbs settings in the Theme Settings > Page title.

    To hide breadcrumbs from single product page add this code to the Theme Settings > Custom CSS > Global:

    .single .woocommerce-breadcrumb {
    Display:none !important;
    }

    Best Regards.

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