Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Anthony Hortin

    (@ahortin)

    It looks like your theme creates its own breadcrumbs rather than displaying the WooCommerce breadcrumbs. What this means is that unfortunately, my plugin isn’t going to work for you as your breadcrumbs aren’t added in the same way.

    If you want to remove them, the easiest option is to add the following css to your stylesheet, or depending on the theme, you may have the ability to add this somewhere in your theme options.

    .woocommerce .breadcrumbs-wrapper {
       display: none;
    }
    Thread Starter paulstadnyk

    (@paulstadnyk)

    Fantastic! that worked.

    Thank you!!

    Plugin Author Anthony Hortin

    (@ahortin)

    Great to hear 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Cant hide breadcrumbs’ is closed to new replies.