Disable breadcrumbs on Woocommerce pages

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Disable breadcrumbs on Woocommerce pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31841
    Michael Smith
    Participant

    Thank you for all your help with the theme! One more question.

    I am trying to disable breadcrumbs on the Woocommerce generated product pages. I have flipped the switch in theme options to turn breadcrumbs off which worked on all the pages but the Woocommerce ones. What code do I have to change to achieve a total shut down of breadcrumbs site wide?

    #31843
    Veena
    Moderator

    Pls have the below custom CSS in themeoptions > custom CSS-

    .woocommerce-breadcrumb {
    display: none;
    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.