• Resolved dimal

    (@dimalifragis)


    Hello.

    I see that in the breadcrumbs there is a Home that points to the site Home. What is the reason for that, since the Theme has allready that.

    I think it should not be there, seems confusing. Or i’m missing something?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi there,

    Hope you’re doing good.

    Some of the themes don’t have Breadcrumbs on the theme template so we’ve decided to put this on the BetterDocs breadcrumbs. If you want to hide the Home on your breadcrumbs, please add this CSS on your stylesheet:

    #betterdocs-breadcrumb ul li:first-child, #betterdocs-breadcrumb ul li:nth-child(2) {
        display: none;
    }

    NOTE: You can simply add custom CSS by navigating to your WordPress Dashboard -> Appearance -> Customize.
    After you are on the Customizer page, search for the “Additional CSS” option. You can then go ahead and insert CSS Code.

    Thread Starter dimal

    (@dimalifragis)

    Works great now, many thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Breadcrumbs Home’ is closed to new replies.