Home › Forums › WoodMart support forum › Remove product title in Breadcrumbs on product page. › Reply To: Remove product title in Breadcrumbs on product page.
August 27, 2020 at 9:57 pm
#221769
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-last:last-child{
display: none;
}
Best Regards