How to remove the menu options above the Product page

Hello,

Does anyone know how to remove these menu options from the product page? I’m using the expanse theme and still in the building phase so I cannot share the url yet :thinking:

Hi.

This is PageFly - Advanced Page Builder.

can you share the store url ?

Hope this answer helps.

Best Regards,

PageFly

Hello,

You can remove that part by using custom CSS, as below:

.template-product nav.breadcrumb {
display: none !important;
}

Adding the above at the end of your theme.css file should be working as expected.

Kind regards,

Hello @HayPLD22

Could you share your store URL so that I can review it?