Home Forums WoodMart support forum Product title remove from breadcrumb.

Product title remove from breadcrumb.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #711986

    Hello, is it possible to remove product title from breadcrumbs?

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .single-product .wd-breadcrumbs>:is(span,a):last-child {
        display: none;
    }

    Best Regards.

    #712144

    Thanks,

    Is it possible to remove last ”/” like in image?

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please share the page URL so that I can check and assist you accordingly.

    Best Regards,

    #712154

    it is not English website, you can use google translate.

    https://megamarket.ge/product/macivari-midea-mdrt645mtf28/

    #712156

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .single-product .wd-breadcrumbs .wd-delimiter:nth-child(6) {
        display: none !important;
    }

    Best Regards,

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