Home Forums WoodMart support forum Breadcrumbs

Breadcrumbs

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

    Puurhondenvoer
    Participant

    Hallo,

    Can you explain to me how I can remove the last breadcrumb (see photo)? You can’t see it on my phone, but you can on the PC.

    Thanks!

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

    Hello,

    Try to use this custom css in Theme Settings > Custom CSS.

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

    Best Regards,

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