Home › Forums › WoodMart support forum › Difference in css between shop and product detail page? › Reply To: Difference in css between shop and product detail page?
April 12, 2020 at 9:59 am
#186276

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woocommerce-breadcrumb .breadcrumb-last:last-child,
.yoast-breadcrumb .breadcrumb_last:last-child {
display: none;
}
Best Regards