Product name missing in breadcrumb on mobile
-
Hi,
on desktop the breadcrumb shows correctly:
Home / Shoes / Nike / Air Jordan
but on mobile it shows only:
Home / Shoes / Nike /
so the product name is missing.
Is this a Woodmart setting/expected mobile behavior, or something that needs to be fixed with CSS/PHP?
Thanks.
Hello,
Please use the below custom CSS code and paste it to Theme Settings > Custom CSS > Mobile CSS section:
.single-product .woocommerce-breadcrumb .wd-last {
display: inline !important;
}
Best Regards