Home Forums WoodMart support forum Can't disable breadcrumbs Reply To: Can't disable breadcrumbs

#167022

Hello,

Our theme option disables the theme breadcrumbs, however, Woocommerce breadcrumbs are removed with custom CSS.

Please add this code to the Theme Settings > Custom CSS > Global:

.single-breadcrumbs-wrapper .woocommerce-breadcrumb, 
.single-breadcrumbs-wrapper .yoast-breadcrumb {
display:none;
}

Best Regards