[Resolved] Hide default Woocommerce breadcrumbs

Home Forums Support [Resolved] Hide default Woocommerce breadcrumbs

Home Forums Support Hide default Woocommerce breadcrumbs

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #781929
    Tom

    Hi,

    I’m using Elementor to generate a header for my shop (Woocommerce) pages, and the header contains the Woocommerce breadcrumbs (Yoast breadcrumbs used elsewhere on my site don’t work on shop pages, for some reason). I’d like to disable the display of Woocommerce breadcrumbs in the page content, since they’re already being displayed in the header. Please can you let me know how to do this. I’ve looked through the GP settings and cant find anything which affects it there. Code snippets I’ve found elsewhere either don’t work, or disable the Woocommerce breadcrumbs entirely (in header and content).

    Thanks for your help!

    Tom

    #781945
    Leo
    Staff
    Customer Support

    Hi there,

    Your site requires login and password so I can’t see it.

    If it’s the default WooCommerce breadcrumbs then you should be able to turn it off using the customizer setting here:
    https://docs.generatepress.com/article/woocommerce-overview/#general

    Let me know if this helps ๐Ÿ™‚

    #781952
    Tom

    Hi Leo,

    Thanks for the reply.

    That setting has no effect, so I’m not sure how to proceed.

    Please let me know how I can securely share my staging login with you, so you can see the issue.

    Thanks,
    Tom

    #781964
    Leo
    Staff
    Customer Support

    You can e-mail access through Account Issues here:
    https://generatepress.com/contact/

    Make sure to include the URL of this topic.

    #781965
    Tom

    Sorry Leo, you mean via the ‘pre-sale question’ form? Just making sure.

    Thanks,
    Tom

    #781970
    Leo
    Staff
    Customer Support

    Account Issue would be better:
    https://www.screencast.com/t/H3y3i8Xe

    #781980
    Tom

    Message sent, thanks Leo.

    #782033
    Leo
    Staff
    Customer Support

    That’s actually not the default WooCommerce breadcrumbs.

    I believe it’s from Yoast.

    You can hide it with this CSS:

    .single-product .breadcrumb {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #782316
    Tom

    Perfect, thanks Leo!

    #782692
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.