Removing Breadcrumbs - by antiguanice - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp

  • Avatar: antiguanice
    antiguanice
    Participant
    January 21, 2015 at 17:53

    Hi (again),
    Is there a way of removing Breadcrumbs from

    a/ Just the Product pages
    b/ From the entire site

    Thanks!

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    January 21, 2015 at 18:30

    Hello,

    a) If the breadcrumbs will be removed from Shop page, they will be also removed from a single product page. If you agree you need add the code in custom.css:

    .woocommerce-breadcrumb {
    display: none;
    }

    b) Add this code in custom.css file:

    .breadcrumbs {
      display: none;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: antiguanice
    antiguanice
    Participant
    January 22, 2015 at 19:45

    Hello Eva,

    That’s great, thanks for all your help.

    Avatar: Eva
    Eva Kemp
    Support staff
    January 22, 2015 at 20:22

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

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

The issue related to '‘Removing Breadcrumbs’' has been successfully resolved, and the topic is now closed for further responses

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