• I set up the breadcrumb – but it was showing “project” – ie:

    Find a course > project > accounting

    I wanted to remove the word “project”, but keep the breadcrumb structure… so ideally it would be:

    Find a course > accounting [faculty] > course name

    ie: Find a course > accounting > National Diploma in…

    – so Divi advised me to put this code in to remove project :
    .single-project .lwp_divi_breadcrumbs span:nth-child(3), .single-project .lwp_divi_breadcrumbs span:nth-child(4){
    display: none !important;
    }

    Unforturnately the rest of the breadcrumb is now lost, and the breadcrumb structure is:

    find a course > National Diploma in…

    What is the best way to remedy this – as we have created 35 of over 100 pages.

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Breadcrumb: “Project” to be removed, but category kept’ is closed to new replies.