How can I remove breadcrumbs from product pages only?

Hi,

Id like to hide the breadcrumbs on product pages only

my site is https://luxurymrkt.com

Hi @Luxurymrkt ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:

.product-block.product-block--header > .breadcrumb {
    display: none !important;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like