Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #343654

    Hi,
    Is it possible to remove the “home” from the beggining of the breadcrumbs?
    Now everey breadcrumbs starts with the “home”.
    I would like to skip it.

    Thank you,
    Zsolt

    #344376

    Hey brandworld!

    Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,

    .breadcrumb-trail > span:nth-child(2), .breadcrumb-trail > span:nth-child(3) {
        display: none !important;
    }

    Cheers!
    Elliott

    #347018

    Hi Elliot,
    thank you for your answer, it works fine.

    Zsolt

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove home from breadcrumbs’ is closed to new replies.