• Resolved crushday

    (@crushday)


    I appreciate the LearnDash plugin.

    Is there a way to remove the two leading Quiz breadcrumbs of Home and Courses that are enabled with your shortcode [uo_breadcrumbs] ? https://share.getcloudapp.com/jkulYvke

    Then it will look more like the standard LearnDash course breadcrumbs

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Uncanny Owl

    (@uncannyowl)

    Hi @crushday ,

    You can use this model for the CSS in the WordPress Customizer or in your child theme to hide breadcrumb elements:

    .sfwd-breadcrumbs .breadcrumb-trail > span:nth-child(1),
    .sfwd-breadcrumbs .breadcrumb-trail > span:nth-child(2),
    .sfwd-breadcrumbs .breadcrumb-trail > span:nth-child(3),
    .sfwd-breadcrumbs .breadcrumb-trail > span:nth-child(4) {
    display: none;
    }

    Give that a try (adjusting as you need to for what you want to show) and let us know if you run into any issues.

    Thread Starter crushday

    (@crushday)

    So close … thanks!

    https://share.getcloudapp.com/geuWb2wn

    How do I remove the leading “>”?

    It would just follow the same pattern, so add this with the others at the top:

    .sfwd-breadcrumbs .breadcrumb-trail > span:nth-child(5)

    Thread Starter crushday

    (@crushday)

    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hiding links in Quiz Breadcrumb’ is closed to new replies.