Remove ''home''in breadcrumb

This topic has 4 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler

  • Avatar: gewoonbovenaan
    gewoonbovenaan
    Participant
    September 6, 2017 at 13:09

    Hi is it possible to remove ”home” in the breadcrumb? it looks strange.

    https://gyazo.com/3fb645816331a5ae8e265a67aafa469b
    thanks

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 6, 2017 at 13:42

    Hello,

    You may add this code in Theme Options > Styling > Custom css:

    .breadcrumbs #breadcrumb{
        display: none;
    }

    Regards

    Avatar: gewoonbovenaan
    gewoonbovenaan
    Participant
    September 7, 2017 at 13:08

    it works, thank you! but at the products page it is still there https://gyazo.com/af63b822c071d2ee3f6b72624e628b82

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 7, 2017 at 14:01

    Please change previous code to

    .breadcrumbs #breadcrumb, .archive .woocommerce-breadcrumb {
        display: none;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.