Home Forums WoodMart support forum How to remove Breadcrum from product page

How to remove Breadcrum from product page

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

    anishniroula1
    Participant

    Before writing here, I tried a few methods from forums but nothing change. Can you please help me remove breadcrumb from all page if possible?

    #87890

    Hello,

    Navigate to the Theme Settings > Page title and disable all breadcrumbs. In addition add this code to hide Woocommerce breadcrumbs:

    .single-breadcrumbs-wrapper .woocommerce-breadcrumb, 
    .woodmart-woo-breadcrumbs{
        display:none;
    }

    Best Regards

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