Disable Breadcrumbs? - by ShiloRune - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 9 years, 8 months ago ago by Jack Richardson

  • Avatar: ShiloRune
    ShiloRune
    Participant
    July 16, 2014 at 17:04

    How do I go about disabling Breadcrumbs?

    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 16, 2014 at 17:17

    Hello,

    To disable breadcrumbs on shop page you can add the following code into the custom.css:

    .woocommerce-breadcrumb {
      display: none;
    }

    To disable breadcrumbs on other pages you can add the following code into the custom.css:

    .breadcrumbs {
      display: none;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Jack Richardson

  • Viewing 2 results - 1 through 2 (of 2 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.