Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #886013

    Hi there, I’ve activated breadcrumbs display site wide since I’d like it to see them for all individual product pages. However there are some pages which I’d prefer them to be hidden.

    It’s straight forward to turn them off for wordpress pages.
    But how do I hide them for all my product category and product tag pages?

    I’ve tried this as advised from previous similar questions, but doesn’t seem to work.

    .post-type-archive-product .title_container {
      display: none;
    }
    #886014

    Oops. sorry.
    I figured it from another of your previous replies. I’ll leave them here for others who might want the same in future.

    .tax-product_cat .title_container {
      display: none;
    }
    
    .tax-product_tag .title_container {
      display: none;
    }
    #886035

    Hi,

    Glad that you figured it out and thanks for sharing the solution that worked for you. :)

    Best regards,
    Nikko

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide Breadcrumbs for Product Tag/Category pages’ is closed to new replies.