Home Forums WoodMart support forum Breadcrumbs – Hide Product Name

Breadcrumbs – Hide Product Name

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

    smtanriverdi321
    Participant

    Hello, how to make hide product name in breadcrumbs?

    #461465

    Hello,

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

    .woocommerce-breadcrumb a.breadcrumb-link-last:after {
    display:none;
    }
    .woocommerce-breadcrumb .breadcrumb-last:last-child, .yoast-breadcrumb .breadcrumb_last:last-child {
        display:none;
    }

    Best Regards

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