To change slash (/) to custom icon on Shop Page.
You can use this code to Custom CSS. Remember to change Icon URL.
If code doesn’t work, you can comment below, message or send me an email.
nav.nested-category-breadcrumb span {
color: transparent;
background-image: url(https://cdn.pixabay.com/photo/2025/02/22/17/45/food-9424463_1280.jpg);
background-size: contain;
background-repeat: no-repeat;
width: 50px;
display: inline-block;
}
Result