Home Forums WoodMart support forum Remove product title in Breadcrumbs on product page.

Remove product title in Breadcrumbs on product page.

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

    vuhoang
    Participant

    Hi, I want remove product title in Breadcrumbs on product page.
    It show double product name. I don’t want that.
    Please help.
    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #221769

    Hello,

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

    .single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-last:last-child{
    display: none;
    }

    Best Regards

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