Home › Forums › WoodMart support forum › Breadcrumb changes › Reply To: Breadcrumb changes
December 11, 2023 at 5:38 pm
#520537
Splash-Media
Participant
ok added this to custom css and seems to uppercase all breadcrumbs? this would work ?:
body .breadcrumbs a,
body .breadcrumbs span,
body .woocommerce-breadcrumb a,
body .woocommerce-breadcrumb span {
text-transform: uppercase !important;
}
body .woocommerce-breadcrumb .breadcrumb-last:last-child {
text-transform: uppercase !important;
}
woocommerce-breadcrumb a:after {
content: “>”;
}
now I just need to change the delimiter??