Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #661826

    Hi,

    I’m wondering how I can get breadcrumbs to show only on the shop category, subcategory, and product pages.

    Thanks,
    Amanda

    #662835

    Hey Amanda,

    I don’t see breadcrumbs enabled anywhere, can you point where do you want them removed?

    Best regards,
    Josue

    #663149

    Hi Josue,

    I had disabled them, but enabled them again. I am wanting them to show up only in the shop section of the site on subcategory or product pages.

    #663252

    Hey!

    Try adding this code to the Quick CSS:

    .title_container {
        display: none;
    }
    
    .woocommerce-page. title_container {
        display: block;
    }

    Cheers! 
    Josue

    #1273198

    Hi guys,

    I’m after the same solution: to only show breadcrumbs on the individual product pages. The above isn’t working for me, would you have any other suggestions?

    Thanks.

    #1273582

    Hi,

    Thank you for the update.

    You can try this css code to remove the title in the single product pages.

    .single-product .main-title.entry-title {
        display: none !important;
    }
    

    Best regards,
    Ismael

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