Home › Forums › WoodMart support forum › Can't disable breadcrumbs › Reply To: Can't disable breadcrumbs
January 8, 2020 at 10:07 pm
#167022

Elise Noromit
Member
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