Home Forums WoodMart support forum Remove the breadcrumbs in the single product page

Remove the breadcrumbs in the single product page

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

    Angie
    Participant

    Hello
    How Can I remove the breadcrumbs in the single product page?
    Thanks
    Regards

    #115680

    Hello,

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

    .single .woocommerce-breadcrumb{
    display:none;
    }

    Best Regards

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