How can I remove breadcrumbs from product pages only?

Solved

How can I remove breadcrumbs from product pages only?

Luxurymrkt
Globetrotter
756 2 161

Hi,

Id like to hide the breadcrumbs on product pages only

my site is https://luxurymrkt.com

442116D4-97C0-4135-800C-1EC58E49CB13.jpeg

Thank You | mike
Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3133

This is an accepted solution.

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

View solution in original post

Reply 1 (1)

PageFly-Victor
Shopify Partner
7865 1786 3133

This is an accepted solution.

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