• Resolved toddcav

    (@toddcav)


    I’d love an option or some code to remove the “Home” link at the beginning of the Breadcrumbs as it’s a little redundant for my site.

    Any chance that can be an option in the future or some code to do that? I can hide it using CSS based on it’s class, but I can’t hide the separator after it.

    Thanks!

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

    (@uncannyowl)

    Hi Todd,

    It’s a fair point. We’ll see what we can do about allowing you to target the separator so that it can be removed if needed. Our development team should be able to include that in the next release.

    I’d also like to have the ability to remove “home” from breadcrumbs trail

    thanks

    This is the css code that I put in to hide the breadcrumb home link:

    
    /* Learndash: Hide the Home link in breadcrumbs */
    .breadcrumb-trail span:first-child a span {
    display: none;
    }
    
    .breadcrumb-trail span:nth-child(2) {
    display: none;
    }
    Thread Starter toddcav

    (@toddcav)

    That worked! Thanks, @normsash.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove “Home” from Breadcrumbs?’ is closed to new replies.