Completely remove breadcrumb - by toffytit

This topic has 4 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Robert Hall

  • Avatar: toffytit
    toffytit
    Participant
    December 9, 2015 at 16:15

    Trying to get rid of the breadcrumb as it looks nasty.

    I have tried adding this to the custom css but its not working.

    .breadcrumbs{display:none !important}

    Any ideas?

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 9, 2015 at 16:27

    Hello,

    Do you want to disable breadcrumbs on the shop page?
    Please try this code in Theme Options->Custom CSS->Global Custom CS.

    .page-heading .woocommerce-breadcrumb {
        display: none;
    }

    Regards,
    Robert Hall.

    Avatar: toffytit
    toffytit
    Participant
    December 9, 2015 at 16:45

    Just everywhere

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 9, 2015 at 17:02

    Please replace code above to

    .page-heading #breadcrumb,
    .page-heading .woocommerce-breadcrumb {
        display: none;
    }

    Regards,
    Robert Hall.

  • 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.