• Resolved kristinubute

    (@kristinubute)


    Hi

    How can I HIDE the Breadcrumb on non woocomerce pages ?

    I am having issues with one of my client sites that has been live for years. I have just updated all plugins and WordPress theme and now it is showing the breadcrumb on all pages which I don’t want.

    I ONLY need the breadcrumb showing on Woocommerce pages ONLY

    I have tried different CSS but not having much luck.

    IF someone could guide me with what coding CSS is best to fix this issue pretty urgently.

    Thanks in advance.

    Regards
    Kristin

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there Kristin!

    Thanks for contacting us.

    I understand you’d like to hide the Storefront breadcrumbs on non-WooCommerce pages.

    You could try adding the CSS code below:

    
    .storefront-breadcrumb{
    	display:none;
    }
    
    .woocommerce .storefront-breadcrumb{
    	display:block;
    }
    

    This will show the breadcrumbs only on product category pages, shop page, and single product pages.

    I hope this helps! ??

    Thread Starter kristinubute

    (@kristinubute)

    Yes that worked perfectly !

    Thank you.

    Regards
    Kristin

    Hi @kristinubute,

    Glad to hear that worked great! We will mark this as Resolved. If you have any other questions please open a new thread and let us know.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to HIDE the Breadcrumb on non woocomerce pages ?’ is closed to new replies.