How to remove title in red square
-
Hi,
How to remove title in red square https://imgur.com/RTOmVAy
I have used the code below but cannot remove the slash:
.woocommerce-breadcrumb .breadcrumb-last:last-child, .woocommerce-breadcrumb .breadcrumb_last:last-child, .yoast-breadcrumb .breadcrumb-last:last-child, .yoast-breadcrumb .breadcrumb_last:last-child {
margin-right: 0;
display: none;
}
Hello,
Please provide the page URL with the breadcrumbs. If your site is under maintenance, please provide your site admin access to the private area.
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.single .woocommerce-breadcrumb .breadcrumb-last{
display:none;
}
Best Regards
Hello,
Unfortunately, the slash cannot be removed.
Best Regards