Home Forums WoodMart support forum Breadcrumbs Reply To: Breadcrumbs

#309831

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .breadcrumbs a, 
body .breadcrumbs span, 
body .yoast-breadcrumb a, 
body .yoast-breadcrumb span {
    text-transform: none;
	  color:#225333!important;
}
body .woocommerce-breadcrumb .breadcrumb-last:last-child, 
body .yoast-breadcrumb .breadcrumb_last:last-child {
    color:#3e3e3e!important
}

I cannot find the icon you show on the screen, please provide a certain icon URL like this: https://fontawesome.com/v5.15/icons/500px?style=brands

Best Regards